Re: Debugging "CGImageCreate: invalid image provider: NULL"?
Re: Debugging "CGImageCreate: invalid image provider: NULL"?
- Subject: Re: Debugging "CGImageCreate: invalid image provider: NULL"?
- From: David Duncan <email@hidden>
- Date: Tue, 2 Aug 2011 15:02:14 -0700
On Aug 2, 2011, at 2:52 PM, Izak van Langevelde wrote:
> However, Instruments shows a leaked Malloc of 236K with as responsible Caller CGDataProviderCopyData, which makes no sense to me.
Something else (possibly out side of your control) called CGDataProviderCopyData and didn't release the data. Leaks should give you a stack trace showing where that function was called.
--
David Duncan
_______________________________________________
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