mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[regsrv32]
don't free hDll twice svn path=/trunk/; revision=64835
This commit is contained in:
parent
7cd22fe762
commit
39c0fb7d1f
1 changed files with 0 additions and 1 deletions
|
@ -448,7 +448,6 @@ int WINAPI _tWinMain(
|
|||
nRetValue = EXITCODE_FAILURE;
|
||||
}
|
||||
else {
|
||||
FreeLibrary(hDll);
|
||||
// DllInstall was not found, display an error message
|
||||
lptMsgBuffer = (LPTSTR)malloc((_tcslen(MissingEntry) - 8 + _tcslen(tszDllInstall) * 2 + _tcslen(lptDllName) * 2 + 1) * sizeof(TCHAR));
|
||||
_stprintf(lptMsgBuffer,MissingEntry,lptDllName,tszDllInstall,tszDllInstall,lptDllName);
|
||||
|
|
Loading…
Reference in a new issue