Re: Adding an NSTabView causes problems..
Re: Adding an NSTabView causes problems..
- Subject: Re: Adding an NSTabView causes problems..
- From: Nick Zitzmann <email@hidden>
- Date: Fri, 25 Jun 2004 16:09:51 -0600
On Jun 25, 2004, at 3:48 PM, Jonathan del Strother wrote:
2004-06-25 22:45:11.285 iTunes[9839] *** _NSAutoreleaseNoPool():
Object 0x55bd330 of class NSCarbonWindow autoreleased with no pool in
place - just leaking
[...]
Any ideas what's causing this / how to fix it?
Try allocating & initializing an NSAutoreleasePool before the program
does any Objective-C work at all, and releasing the pool just before
the method that created the pool is done. This question does get asked
from time to time, so you could have searched the archives for
"NSAutoreleaseNoPool"... <
http://cocoa.mamasam.com/>
Nick Zitzmann
<
http://www.chronosnet.com/>
_______________________________________________
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.