On 1/26/10 5:11 PM, Rainer Standke said: >I have an app that sends and receives AppleEvents to and from Final >Cut Pro. The AppleEvent part of my code is closely modeled after the >sample code provided by Apple. Really: I barely modified the code. >When I look at Leaks I am told that for each transaction (sending or >receiving an AE) a little memory is leaked, about 400 bytes each. The >leaks seem to happen fairly deep in the framework, not in my own code. > >How should I deal with this?
First, make sure you're running the newest OS. Then, can you repro these leaks with an unmodified version of the sample code? If so, file a bug. The sample could be leaking, the OS could be leaking, or the leak detection code could be finding false positives. -- ____________________________________________________________ Sean McBride, B. Eng [email protected] Rogue Research www.rogue-research.com Mac Software Developer Montréal, Québec, Canada _______________________________________________ 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]
