Name

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

Synopsis

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

Arguments

  • memoryHandle -

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