Permalink
Browse files
Qt: Clean up thread before caches
- Loading branch information...
Showing
with
2 additions
and
2 deletions.
-
+2
−2
src/platform/qt/CoreController.cpp
|
|
@@ -204,13 +204,13 @@ CoreController::~CoreController() { |
|
|
stop();
|
|
|
disconnect();
|
|
|
|
|
|
+ mCoreThreadJoin(&m_threadContext);
|
|
|
+
|
|
|
if (m_cacheSet) {
|
|
|
mCacheSetDeinit(m_cacheSet.get());
|
|
|
m_cacheSet.reset();
|
|
|
}
|
|
|
|
|
|
- mCoreThreadJoin(&m_threadContext);
|
|
|
-
|
|
|
mCoreConfigDeinit(&m_threadContext.core->config);
|
|
|
m_threadContext.core->deinit(m_threadContext.core);
|
|
|
}
|
|
|
|
0 comments on commit
1079e03