mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-12-28 18:41:14 +00:00
plugin: Finalize threadpool after configuration
This commit is contained in:
parent
825f93fb24
commit
589f6c4018
1 changed files with 3 additions and 3 deletions
|
@ -324,12 +324,12 @@ MODULE_EXPORT void obs_module_unload(void)
|
|||
// _updater.reset();
|
||||
//#endif
|
||||
|
||||
// Finalize Thread Pool
|
||||
_threadpool.reset();
|
||||
|
||||
// Finalize Configuration
|
||||
streamfx::configuration::finalize();
|
||||
|
||||
// Finalize Thread Pool
|
||||
_threadpool.reset();
|
||||
|
||||
DLOG_INFO("Unloaded Version %s", STREAMFX_VERSION_STRING);
|
||||
} catch (std::exception const& ex) {
|
||||
DLOG_ERROR("Unexpected exception in function '%s': %s", __FUNCTION_NAME__, ex.what());
|
||||
|
|
Loading…
Reference in a new issue