On Jan 25, 2015, at 12:33 , Trygve Inda <cocoa...@xericdesign.com> wrote: > > It does seem like if I remove a call to > > NSData* imageData = [[self myImageRep] > representationUsingType:NSJPEGFileType properties:imageProperties]; > > It no longer crashes, but the crash happens 3-5 seconds after this call when > my program should be idle.
It sounds like a memory management bug. What’s the context of the above line of code? Is it in a block? Are you using ARC? _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com