nsExec didn't free allocated memory
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2022 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
4f2a2ab3ee
commit
579590a395
2 changed files with 1 additions and 0 deletions
|
@ -198,6 +198,7 @@ done:
|
|||
CloseHandle(pi.hProcess);
|
||||
CloseHandle(newstdout);
|
||||
CloseHandle(read_stdout);
|
||||
GlobalFree(g_exec);
|
||||
if (log) {
|
||||
GlobalUnlock(hUnusedBuf);
|
||||
GlobalFree(hUnusedBuf);
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue