From dd319462f6a2ddecd1f8ca0c9a000050570e0301 Mon Sep 17 00:00:00 2001 From: rainwater Date: Thu, 17 Oct 2002 01:42:26 +0000 Subject: [PATCH] memory sucks git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1439 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Makensisw/makensisw.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contrib/Makensisw/makensisw.cpp b/Contrib/Makensisw/makensisw.cpp index ea5e5db1..23561a17 100644 --- a/Contrib/Makensisw/makensisw.cpp +++ b/Contrib/Makensisw/makensisw.cpp @@ -580,6 +580,6 @@ DWORD CALLBACK UpdateThread(LPVOID v) { } } else MessageBox(g_sdata.hwnd,"There is no update available for NSIS at this time.","NSIS Update",MB_OK|MB_ICONINFORMATION); - + GlobalFree(response); return 0; } \ No newline at end of file