Synopsis
void ARRfree(
void *array_pointer )
Description
ARRfree decrements an array's internal reference counter. If the internal reference counter reaches zero, the array is deallocated. A process calls this routine once it has finished with an array object that was obtained with a call to OMret_array_ptr, OMret_typed_array_ptr or OMget_array.
Arguments
array_pointer
The address of the array to be freed.
Example
See the example under See OMget_array .
See also