Re: Error
Re: Error
- Subject: Re: Error
- From: Ondra Cada <email@hidden>
- Date: Sat, 16 Mar 2002 00:24:37 +0100
On Saturday, March 16, 2002, at 12:07 , Lukasz Kuczborski wrote:
2002-03-16 00:05:57.823 SimpleLister[6716] *** _NSAutoreleaseNoPool():
Object 0x75220 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?
It means that your program just tried to send autorelease to some (string)
object, whilst there is no autorelease pool active.
You should create one.
Quite probably this means that you use a new thread without a pool.
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
2K Development: email@hidden
http://www.2kdevelopment.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
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>) |