COMP: Only delete once

This commit is contained in:
Andy Cedilnik 2006-07-17 09:15:10 -04:00
parent dca00d735e
commit 1087f80c28
1 changed files with 0 additions and 4 deletions

View File

@ -101,10 +101,6 @@ int main(int argc, char* argv[])
}
arg.DeleteRemainingArguments(newArgc, &newArgv);
if ( m )
{
delete [] m;
}
return res;
}