Name

OfxMemorySuiteV1::memoryFree — Frees memory.

Synopsis

#include "ofxMemory.h" 
OfxStatus (*memoryFree) ( void * allocatedData ) ;
 

Arguments

Description

This function frees any memory that was previously allocated via OfxMemorySuiteV1::memoryAlloc .

Returns