[SETUP] Don't free a DLL that is still in use by a different thread

This commit is contained in:
Timo Kreuzer
2020-01-03 11:32:07 +01:00
parent 07de9d1da3
commit e084a7ae83
-1
View File
@@ -45,7 +45,6 @@ RunInstallReactOS(INT argc, WCHAR* argv[])
RetVal = InstallReactOS(argc, argv);
}
FreeLibrary(hDll);
return RetVal;
}