CallInstDLL /NOUNLOAD added

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@813 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-08-29 10:25:45 +00:00
parent ca7f63a285
commit 4c9029094e
6 changed files with 14 additions and 7 deletions

View file

@ -841,7 +841,7 @@ static int NSISCALL ExecuteEntry(entry *entries, int pos)
update_status_text_from_lang(LANGID_CANNOTFINDSYMBOL,buf2);
log_printf3("Error registering DLL: %s not found in %s",buf2,buf);
}
FreeLibrary(h);
if (!parm3) FreeLibrary(h);
}
else
{