Re: CIImage (TIFFRepresentation) memory leak
Re: CIImage (TIFFRepresentation) memory leak
- Subject: Re: CIImage (TIFFRepresentation) memory leak
- From: Brady Duga <email@hidden>
- Date: Mon, 10 Mar 2008 13:34:06 -0700
On Mar 10, 2008, at 1:21 PM, Gary L. Wade wrote:
If all the code you're using is present, it looks to me like you're
not releasing the object pointed at by image; the object returned by
imageWithData is not an auto-released object.
It's not? Why not? I thought convenience methods like that did not
transfer ownership to the caller. Isn't the convention that the method
should say alloc, new or copy to signify the granting of ownership?
--Brady
_______________________________________________
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