Memory now unlocks and can now be freed

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@924 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-09-05 12:23:26 +00:00
parent 4ea2e1eafc
commit 2b2ac0a9af

View file

@ -133,6 +133,7 @@ void ExecScript(BOOL log) {
LogMessage(szBuf);
}
}
GlobalUnlock(memory);
GlobalFree(memory);
CloseHandle(pi.hThread);
CloseHandle(pi.hProcess);