On Aug 2, 2011, at 3:34 PM, Izak van Langevelde wrote:

> 
> On 2011-08-02, at 6:02 PM, David Duncan wrote:
> 
>> 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.
> 
> I don't think there is a stack trace available, unless it is hidden behind 
> some not-so-obvious option...


Extended Detail, from one of the menus (can't recall which at the moment). Just 
click on the row and you should see the stack trace.

Keep in mind this is where the object was allocated, not where it was leaked. 
That doesn't necessarily mean that line of code is to blame, but it should help 
you find where you can point the finger.
--
David Duncan

_______________________________________________

Cocoa-dev mailing list ([email protected])

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to