Re: Big grinding memory leak?
Re: Big grinding memory leak?
- Subject: Re: Big grinding memory leak?
- From: Martin Häcker <email@hidden>
- Date: Sun, 27 Apr 2003 23:33:08 +0200
You either need more than a single autorelease pool level, or you
need to periodically empty the autorelease pool and recreate it.
Even though you don't use autorelease directly, one of the methods
you call may. One of these, in other words:
Yikes, that did the trick!
Thanks a lot,
cu Martin
--
dont.wanna.tell
[ot]coder - hehe
_______________________________________________
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.