Releasing Objects Allocated in Different Autorelease Pool
Releasing Objects Allocated in Different Autorelease Pool
- Subject: Releasing Objects Allocated in Different Autorelease Pool
- From: Eric Blanpied <email@hidden>
- Date: Thu, 27 Jul 2006 23:03:45 -0400
I've got a process on a separate thread which creates objects. This
process has it's own autorelease pool, as the docs it seem to
recommend. When I release these objects later on, it's done from the
main thread. Watching the app in ObjectAlloc, I can see that these
objects are never going away, and the various objects they reference
don't seem to be getting deallocated, either.
Can someone explain the correct way to do this, please?
Thanks
-eric
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden