mirror of
https://github.com/reactos/reactos.git
synced 2026-06-20 10:32:41 +08:00
[CMD] REPLACE: Fix a memory leak.
This commit is contained in:
@@ -437,6 +437,7 @@ INT cmd_replace (LPTSTR param)
|
||||
break;
|
||||
default:
|
||||
invalid_switch(arg[i]);
|
||||
freep(arg);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user