NSCFNumber, no pool in place - just leaking
NSCFNumber, no pool in place - just leaking
- Subject: NSCFNumber, no pool in place - just leaking
- From: Craig Bakalian <email@hidden>
- Date: Mon, 23 Dec 2002 13:44:22 -0500
Hi,
Why am I getting this ->
2002-12-23 13:40:01.024 Grasshopper[2553] *** _NSAutoreleaseNoPool():
Object 0xfc42d0 of class NSCFNumber autoreleased with no pool in place
- just leaking
From this definition called ->
-(void)addToneToTones: (unsigned)toneValue
{
NSNumber *n = [NSNumber numberWithUnsignedInt: toneValue];
}
Craig Bakalian
_______________________________________________
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.