objectAtIndex
objectAtIndex
- Subject: objectAtIndex
- From: Nava Carmon <email@hidden>
- Date: Sun, 01 Nov 2009 21:44:07 +0200
Hi,
When I ran Build and Analyze on my code, it has pointed as a possible
leak the following statement:
NSObject *anObject = [anArray objectAtIndex:i];
anObject wasn't released and here's the question: whether anObject is
a copy of actual object, that is a member of anArray or it's the
object itself?
Should I release it?
Thanks,
Nava
_______________________________________________
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