Home  /  Autodocs  /  amiga.lib

NAME

ArgArrayDone
release the memory allocated by a previous call to ArgArrayInit(). (V36)

SYNOPSIS

ArgArrayDone();

VOID ArgArrayDone(VOID);

FUNCTION

This function frees memory and does cleanup required after a call to ArgArrayInit(). Don't call this until you are done using the ToolTypes argument strings.

NOTES

It is not safe to call ArgArrayDone() twice as it might attempt to free memory which has already been freed.

SEE ALSO

ArgArrayInit()