Name

OfxImageEffectSuiteV1::imageMemoryFree — Frees a memory handle and associated memory.

Synopsis

#include "ofxImageEffect.h" 
OfxStatus (*imageMemoryFree) ( OfxImageMemoryHandle memoryHandle ) ;
 

Arguments

  • memoryHandle - memory handle returned by imageMemoryAlloc

Description

This function frees a memory handle and associated memory that was previously allocated via OfxImageEffectSuiteV1::imageMemoryAlloc

If there are outstanding locks, these are ignored and the handle and memory are freed anyway.

See ImageEffectsMemoryAllocation .

Returns