Re: RS: autorelease with no pool in place
Re: RS: autorelease with no pool in place
- Subject: Re: RS: autorelease with no pool in place
- From: Scott Ribe <email@hidden>
- Date: Mon, 14 May 2007 08:19:01 -0600
- Thread-topic: RS: autorelease with no pool in place
> Apparently object 0x38f240 is created before mainPool, but where? and
> how could I deal with the problem?
It's not necessarily a problem. If they're created before main is entered,
then they're probably static objects, so you wouldn't expect them to be
freed during the lifetime of the app anyway.
--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 722-0567 voice
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden