Re: static objects "autoreleased with no pool in place - just leaking"
Re: static objects "autoreleased with no pool in place - just leaking"
- Subject: Re: static objects "autoreleased with no pool in place - just leaking"
- From: m <email@hidden>
- Date: Thu, 12 Feb 2004 23:48:06 -0800
On Feb 12, 2004, at 10:51 PM, j o a r wrote:
I don't think that you are interpreting the warning messages
correctly. Static variables doesn't usually cause messages like these.
Where did you get the idea that your static variables were involved?
Are you spawning any new threads in your code? If so, that's where you
should be adding your additional autorelease pools.
More definitively, if I place a breakpoint where my static variables
are initialized, and then single step through the initializations, I
can see that I get a "just leaking" warning for each variable as it is
initialized.
_murat
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.