Marc Brünink wrote:

> today I discovered a memory leak in one of our frameworks. I searched 
> till I went mad, but didn't find anything.
> Has anyone a suggestion how to track this one down?


Try something like:

  NSLog(@"session dealloc DebugAllocation\n%s", GSDebugAllocationList(NO));

and your will see how many objects you have alive.

dave

-- 
   _  _
 _(_)(_)_  David Wetzel, Turbocat's Development,
(_) __ (_) Buchhorster Strasse 23, D-16567 Muehlenbeck/Berlin, FRG,
  _/  \_   Fax +49 33056 82835 Phone +49 33056 82834
 (______)  http://www.turbocat.de/



_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to