|
-
February 28th, 2011, 09:20 PM
#8
Re: Access violation at 0xfeeefeee
 Originally Posted by lawl_rock
Thank you very much, I successfully implemented CCriticalSection into my code.
Code:
if (a) delete [] a;
Not necessary to test for NULL. It is perfectly legal to delete a NULL pointer.
Regards,
Paul McKenzie
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
|