mirror of
https://github.com/reactos/reactos.git
synced 2026-05-23 07:40:09 +08:00
[SETUP] Don't free a DLL that is still in use by a different thread
This commit is contained in:
@@ -45,7 +45,6 @@ RunInstallReactOS(INT argc, WCHAR* argv[])
|
||||
RetVal = InstallReactOS(argc, argv);
|
||||
}
|
||||
|
||||
FreeLibrary(hDll);
|
||||
return RetVal;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user