Skip to content
Snippets Groups Projects
Commit ff359fd2 authored by Andy Cedilnik's avatar Andy Cedilnik
Browse files

COMP: Only delete once

parent 721be95a
No related branches found
No related tags found
No related merge requests found
......@@ -101,10 +101,6 @@ int main(int argc, char* argv[])
}
arg.DeleteRemainingArguments(newArgc, &newArgv);
if ( m )
{
delete [] m;
}
return res;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment