aciClientFreeMemory

Call the aciClientFreeMemory function to free memory allocated with the ACI client.

Syntax

aciError aciClientFreeMemory(
   void** ppMem) 

Arguments

Arguments Type/Description
ppMem void**  A pointer to the memory to free.

Discussion

This function provides a mechanism to free arbitrary memory allocated from within the ACI client API.

Returns

An ACI error code.