ArgArrayDone();
VOID ArgArrayDone(VOID);
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.
It is not safe to call ArgArrayDone() twice as it might attempt to free memory which has already been freed.