mirror of
https://github.com/reactos/CMake.git
synced 2025-03-05 02:17:05 +00:00
COMP: Only delete once
This commit is contained in:
parent
dca00d735e
commit
1087f80c28
@ -101,10 +101,6 @@ int main(int argc, char* argv[])
|
||||
}
|
||||
arg.DeleteRemainingArguments(newArgc, &newArgv);
|
||||
|
||||
if ( m )
|
||||
{
|
||||
delete [] m;
|
||||
}
|
||||
return res;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user