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

This commit is contained in:
Timo Kreuzer 2018-03-13 20:04:34 +01:00
parent 07de9d1da3
commit e084a7ae83

View file

@ -45,7 +45,6 @@ RunInstallReactOS(INT argc, WCHAR* argv[])
RetVal = InstallReactOS(argc, argv);
}
FreeLibrary(hDll);
return RetVal;
}