From 2f8a2e37a787b1c6b1e3cdfa784432f58832e779 Mon Sep 17 00:00:00 2001 From: kichik Date: Thu, 14 Nov 2002 19:20:40 +0000 Subject: [PATCH] Unload on last call git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1702 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/System/System.nsi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Contrib/System/System.nsi b/Contrib/System/System.nsi index 1b50c32b..c3bca8c6 100644 --- a/Contrib/System/System.nsi +++ b/Contrib/System/System.nsi @@ -103,6 +103,9 @@ enumex: ; End of drives or user cancel MessageBox MB_OK "GetFileSysTime example: file '$CMDLINE', year $1, month $2, dow $3, day $4, hour $5, min $6, sec $7, ms $8" + ; last plugin call must not have /NOUNLOAD so NSIS will be able to delete the temporary DLL + SetPluginUnload manual + ; free memory from SYSTEMTIME System::Free $R0