|
-
December 8th, 2010, 07:38 AM
#1
DestroyWindow and delete, different memory cleanup?
I have class A derived from CDialog.
I have create and destroy objects of A many times I see different memory available after
delete a; ( a = new A.....)
and a->DestroyWindow();
Looking like DestroyWindow doesnot free memory.
Is it correct behaviour?
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|