DocumentationMathematicaThe Mathematica BookMathematica Reference GuideListing of C Functions in the MathLink Library
MLDisownByteString()
void MLDisownByteString(MLINK link, unsigned char *s, long n) disowns memory allocated by MLGetByteString() to store the array of character codes s.
See Section 2.13.5. See also: MLDisownString.