Freeing a pointer doesn't typically null it out. Of course in this case you 
should simply not manually destroy an object which will be destroyed later. Or 
you could null out the pointer after you've freed it to show that it has been 
freed already.

Reply via email to