MLDisownIntegerArray (C Function)

As of Version 6.0, MLDisownIntegerArray() has been superseded by MLReleaseInteger32Array().

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.