mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Merge pull request #4584 from lultimouomo/fix-destruction-order
Fix crash due to destruction order
This commit is contained in:
commit
c55ac504a3
@ -99,6 +99,7 @@ SyncEngine::SyncEngine(AccountPtr account, const QString& localPath,
|
||||
|
||||
SyncEngine::~SyncEngine()
|
||||
{
|
||||
_excludedFiles.reset();
|
||||
csync_destroy(_csync_ctx);
|
||||
_thread.quit();
|
||||
_thread.wait();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user