mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
[SETUP] Don't free a DLL that is still in use by a different thread
This commit is contained in:
parent
07de9d1da3
commit
e084a7ae83
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@ RunInstallReactOS(INT argc, WCHAR* argv[])
|
|||
RetVal = InstallReactOS(argc, argv);
|
||||
}
|
||||
|
||||
FreeLibrary(hDll);
|
||||
return RetVal;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue