Re: Error
Re: Error
- Subject: Re: Error
- From: David Remahl <email@hidden>
- Date: Sat, 16 Mar 2002 00:18:12 +0100
>
2002-03-16 00:05:57.823 SimpleLister[6716] *** _NSAutoreleaseNoPool():
>
Object 0x75220 of class NSCFString autoreleased with no pool in place - just
>
leaking
>
2002-03-16 00:05:57.823 SimpleLister[6716] *** _NSAutoreleaseNoPool():
>
Object 0x2965b00 of class NSCFString autoreleased with no pool in place -
>
just leaking
>
2002-03-16 00:05:57.824 SimpleLister[6716] *** _NSAutoreleaseNoPool():
>
Object 0x75220 of class NSCFString autoreleased with no pool in place - just
>
leaking
>
2002-03-16 00:05:57.824 SimpleLister[6716] *** _NSAutoreleaseNoPool():
>
Object 0x2965760 of class NSCFString autoreleased with no pool in place -
>
just leaking
>
>
Anyone can tell me what does it means and what should i do with it?
>
>
TIA,
>
Lukasz
At which point of your program are you doing this? In a command line
program? In a separate thread?
Anyway, the way to solve it is to install an NSAutoreleasePool. Look at the
NSAutoreleasePool documentation, and/or the sample code in most examples
dealing with spawned threads or are command line programs.
/ david
_______________________________________________
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: | |
| >Error (From: Lukasz Kuczborski <email@hidden>) |