[Pkg-owncloud-commits] [owncloud-client] 100/333: Avoid double delete
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu Apr 17 23:16:39 UTC 2014
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 ed1294d6689467054c0fd1302417c0d82ea28d12
Author: Olivier Goffart <ogoffart at woboq.com>
Date: Thu Mar 6 14:28:58 2014 +0100
Avoid double delete
---
src/mirall/folder.cpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/mirall/folder.cpp b/src/mirall/folder.cpp
index 4644c6a..184b190 100644
--- a/src/mirall/folder.cpp
+++ b/src/mirall/folder.cpp
@@ -459,7 +459,6 @@ void Folder::slotTerminateSync(bool block)
return;
}
- delete _csync;
slotCSyncFinished();
}
setSyncEnabled(false);
--
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