site_archiver@lists.apple.com Delivered-To: pro-apps-dev@lists.apple.com User-agent: Thunderbird 2.0.0.0 (Macintosh/20070326) Hi, double theTime; for(theTime=0; theTime<900; theTime+=0.5f) { FxBitmap * theBitmap = NULL; [getAPI getInputBitmap:&theBitmap withInfo:renderInfo atTime:theTime]; [theBitmap release]; } Am I failing to free some memory, or is there an internal issue in FCP? Thanks Ben _______________________________________________ Do not post admin requests to the list. They will be ignored. Pro-apps-dev mailing list (Pro-apps-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/pro-apps-dev/site_archiver%40lists.ap... Adding the following code into the renderOutput section of the SimpleMatte sdk plug-in: gives a malloc error in the console of the form: Final Cut Pro(21811,0xa000d000) malloc: *** vm_allocate(size=6234112) failed (error code=3) Final Cut Pro(21811,0xa000d000) malloc: *** error: can't allocate region Final Cut Pro(21811,0xa000d000) malloc: *** set a breakpoint in szone_error to debug It appears to only give this error when applied to an actual imported clip (as opposed to one created by a generator effect). In case you're wondering why any such code should exist, I need to do an analysis pass through the sequence in one plug-in. This email sent to site_archiver@lists.apple.com