[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: memory leak
From: |
David Wetzel |
Subject: |
Re: memory leak |
Date: |
Wed, 29 Nov 2006 22:10:53 +0100 |
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/
- Re: memory leak,
David Wetzel <=