mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 16:32:57 +00:00
[CMD] REPLACE: Fix a memory leak.
This commit is contained in:
parent
1cb7e08522
commit
8cea82b14c
1 changed files with 1 additions and 0 deletions
|
@ -437,6 +437,7 @@ INT cmd_replace (LPTSTR param)
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
invalid_switch(arg[i]);
|
invalid_switch(arg[i]);
|
||||||
|
freep(arg);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue