NSAutoreleaseNoPool console message
NSAutoreleaseNoPool console message
- Subject: NSAutoreleaseNoPool console message
- From: James Mastro <email@hidden>
- Date: Mon, 4 Aug 2003 18:38:57 -0400
I thought I read somewhere once this was a harmless message in PB, due
to a bug:
2003-08-04 18:11:14.830 MyApp[2356] *** _NSAutoreleaseNoPool(): Object
0x2b9780 of class NSCFString autoreleased with no pool in place - just
leaking
Seven messages similar to this one appear when quitting my app after
closing a window. I have a C++ class alongside my Cocoa window, that I
delete in my windowWillClose notification. The C++ class does nothing in
it's destructor, but simply commenting out the delete of it causes the
messages to not appear. Normally I'd think I had some kind of memory
trashing bug. Also, I only get seven of them, no matter how many windows
I open and close.
I'm stuck on 10.1.5 using the April 2002 dev tools. Later I plan to put
together a simple test app, but I'm curious as to whether anyone else
has seen this. Thanks.
-jim
_______________________________________________
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.