mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
fix memory leak
svn path=/trunk/; revision=31894
This commit is contained in:
@@ -186,6 +186,9 @@ VOID ExitBatch (LPTSTR msg)
|
||||
bc->hBatchFile = INVALID_HANDLE_VALUE;
|
||||
}
|
||||
|
||||
if (bc->raw_params)
|
||||
cmd_free(bc->raw_params);
|
||||
|
||||
if (bc->params)
|
||||
cmd_free(bc->params);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user