Re: is ObjectAlloc broken?
Re: is ObjectAlloc broken?
- Subject: Re: is ObjectAlloc broken?
- From: Elias MÃ¥rtenson <email@hidden>
- Date: Thu, 20 Oct 2005 08:21:52 +0200
20 okt 2005 kl. 01.43 skrev Ken Victor:
i have an object and i've put calls to nslog at it init and dealloc
methods and in fact it is being allocated/inited once and being
dealloced once. however, when i run under ObjectAlloc (xcode 2.1;
OS X 10.4.2) it shows a current and peak and total count of 1, even
after my alloc/init/dealloc.
Did you forget to put a [super dealloc] at the end of your dealloc
method?
The warnings you got has nothing to do with your problem.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden