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