[Pkg-owncloud-commits] [owncloud-client] 183/470: Fix crash due to destruction order
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu May 12 16:25:01 UTC 2016
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 6735126c094316187d0061b161297f091405ae4d
Author: Luca Niccoli <luca at narwhal.it>
Date: Fri Mar 18 15:32:31 2016 +0100
Fix crash due to destruction order
---
src/libsync/syncengine.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/libsync/syncengine.cpp b/src/libsync/syncengine.cpp
index b4a549e..7eb5055 100644
--- a/src/libsync/syncengine.cpp
+++ b/src/libsync/syncengine.cpp
@@ -99,6 +99,7 @@ SyncEngine::SyncEngine(AccountPtr account, const QString& localPath,
SyncEngine::~SyncEngine()
{
+ _excludedFiles.reset();
csync_destroy(_csync_ctx);
_thread.quit();
_thread.wait();
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list