Re: NSThread
Re: NSThread
- Subject: Re: NSThread
- From: Nathan Day <email@hidden>
- Date: Thu, 21 Mar 2002 17:07:06 +1030
You need to create an autorelease pool, normally you don't have to worry
about it because NSRunLoop makes and releases one for you or if you
create a Foundation tool it already has it typed in for you in the main
method.
On Thursday, March 21, 2002, at 06:52 AM, Marcos Tirao wrote:
Hi Have detach a thread but con the thread terminate I get the
following error
2002-03-20 12:20:04.700 Client[1165] *** _NSAutoreleaseNoPool(): Object
0x126810 of class NSCFString autoreleased with no pool in place - just
leaking
2002-03-20 12:20:04.701 Client[1165] *** _NSAutoreleaseNoPool(): Object
0x28ce20 of class NSCalibratedRGBColor autoreleased with no pool in
place - just leaking
2002-03-20 12:20:04.701 Client[1165] *** _NSAutoreleaseNoPool(): Object
0x1a96550 of class NSCFString autoreleased with no pool in place - just
leaking
2002-03-20 12:20:04.701 Client[1165] *** _NSAutoreleaseNoPool(): Object
0x2a52f0 of class NSCalibratedRGBColor autoreleased with no pool in
place - just leaking
2002-03-20 12:20:04.703 Client[1165] *** _NSAutoreleaseNoPool(): Object
0x28f460 of class NSCFDictionary autoreleased with no pool in place -
just leaking
2002-03-20 12:20:04.703 Client[1165] *** _NSAutoreleaseNoPool(): Object
0x1a89830 of class NSConcreteValue autoreleased with no pool in place -
just leaking
2002-03-20 12:20:04.704 Client[1165] *** _NSAutoreleaseNoPool(): Object
0x1a97f20 of class NSCFDictionary autoreleased with no pool in place -
just leaking
_______________________________________________
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.
References: | |
| >NSThread (From: Marcos Tirao <email@hidden>) |