launcher: bugfix

This commit is contained in:
somewhatlurker
2019-08-30 00:16:35 +10:00
parent f15c7fce31
commit 0f2aa29e88
@@ -319,7 +319,8 @@ std::vector<PluginInfo> LoadPlugins()
if (optsFunc != NULL)
thisplugin.configopts = PluginConfig::GetConfigOptionVec(optsFunc());
FreeLibrary(thisplugin.handle);
// sometimes this might screw with custom button config, so let's just not free stuff
// FreeLibrary(thisplugin.handle);
outvec.push_back(thisplugin);
}