OfxImageEffectSuiteV1::imageMemoryFree
— Frees a memory handle and associated memory.
#include "ofxImageEffect.h"
OfxStatus
(*imageMemoryFree)
(
|
OfxImageMemoryHandle
memoryHandle
)
;
|
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.
OfxImageEffectSuiteV1::imageMemoryAlloc