[SETUP] Don't free a DLL that is still in use by a different thread
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Tue, 13 Mar 2018 19:04:34 +0000 (20:04 +0100)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Fri, 3 Jan 2020 10:32:07 +0000 (11:32 +0100)
base/setup/setup/setup.c

index 59e468d..308bcfe 100644 (file)
@@ -45,7 +45,6 @@ RunInstallReactOS(INT argc, WCHAR* argv[])
         RetVal = InstallReactOS(argc, argv);
     }
 
-    FreeLibrary(hDll);
     return RetVal;
 }