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.
SEE ALSO
    argarrayinit()