Call the aciClientFreeMemory function to free memory allocated with the ACI client.
aciError aciClientFreeMemory( void** ppMem)
| Arguments | Type/Description |
|---|---|
ppMem
|
void** A pointer to the memory to free. |
This function provides a mechanism to free arbitrary memory allocated from within the ACI client API.
An ACI error code.
|
|