memory leaks
memory leaks
- Subject: memory leaks
- From: John Spicer <email@hidden>
- Date: Thu, 24 Jun 2004 16:22:46 -0500
I have added a second window to my app for now for testing, and now am
getting memory leaks. The code is almost identical to the first window,
which does not have any leaks.
Here are two:
2004-06-24 15:59:03.678 BigMolarD2WApplication[2398] ***
_NSAutoreleaseNoPool(): Object 0x30cf60 of class NSURL autoreleased
with no pool in place - just leaking
2004-06-24 15:59:03.680 BigMolarD2WApplication[2398] ***
_NSAutoreleaseNoPool(): Object 0x30f840 of class NSCFDictionary
autoreleased with no pool in place - just leaking
I have added a pool in the main file as shown; seems to make no
difference.
There is probably a tool to track these down, so far I have not found
it.
Any help appreciated.
_______________________________________________
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.