Re: Strange leak log
Re: Strange leak log
- Subject: Re: Strange leak log
- From: m <email@hidden>
- Date: Fri, 10 Jan 2003 17:42:40 +0000
On Thursday, January 9, 2003, at 08:18 PM, Steve wrote:
I'm sending a messgage to an object either programmatically, or from a
C++ MIDI callback routine (which makes its own thread). Either way
everything seems fine, but via the MIDI callback, I get the following
log:
003-01-09 20:12:38.398 ChordCompleteDebug[527] ***
_NSAutoreleaseNoPool(): Object 0x18eb500 of class NSCFString
autoreleased with no pool in place - just leaking
[etc]
Methinks you need one instance of NSAutoreleasePool for each thread.
_murat
_______________________________________________
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.