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:
rainwater 2003-01-02 17:14:01 +00:00
parent 4f2a2ab3ee
commit 579590a395
2 changed files with 1 additions and 0 deletions

View file

@ -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.