Re: Malloc leak from ImageIO library
Re: Malloc leak from ImageIO library
- Subject: Re: Malloc leak from ImageIO library
- From: Karolis Ramanauskas <email@hidden>
- Date: Thu, 15 Oct 2009 15:24:07 -0500
Thank you
On Thu, Oct 15, 2009 at 3:05 PM, Ken Ferry <email@hidden> wrote:
> Hi Karolis,
> That one's a false positive. The JPEG2000 library allocates memory at
> pointer p, but holds onto a pointer q and constant k such that q + k is p.
>
> Leaks cannot tell that the app can still get at the pointer, so it thinks
> the memory has been leaked.
>
> Of course, one never wants to see false positives. Either leaks or the
> library should be modified to make this go away. There's a bug for it.
>
> -Ken
> Cocoa Frameworks
>
_______________________________________________
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