DocumentationMathematicaThe Mathematica BookMathematica Reference GuideListing of C Functions in the MathLink Library
MLDisownIntegerArray()
void MLDisownIntegerArray(MLINK link, int *a, long *dims, char **heads, long d) disowns memory allocated by MLGetIntegerArray() to store the array a, its dimensions dims and the heads heads.
See Section 2.13.4.