Re: Releasing by reference
Re: Releasing by reference
- Subject: Re: Releasing by reference
- From: "Paolo Manna" <email@hidden>
- Date: Wed, 1 Aug 2007 14:55:05 +0100
Oh, and BTW:
> - dealloc {
> if ( mov != nil ) {
> [mov release];
> mov = nil;
> }
> }
Don't forget [super dealloc]!
Paolo
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden