From 2b2ac0a9af8261bad27aa59e76a1f4ae3e82eb6a Mon Sep 17 00:00:00 2001 From: kichik Date: Thu, 5 Sep 2002 12:23:26 +0000 Subject: [PATCH] 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 --- Contrib/nsExec/nsexec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Contrib/nsExec/nsexec.c b/Contrib/nsExec/nsexec.c index e765cb89..79ba567a 100644 --- a/Contrib/nsExec/nsexec.c +++ b/Contrib/nsExec/nsexec.c @@ -133,6 +133,7 @@ void ExecScript(BOOL log) { LogMessage(szBuf); } } + GlobalUnlock(memory); GlobalFree(memory); CloseHandle(pi.hThread); CloseHandle(pi.hProcess);