[Pkg-owncloud-commits] [owncloud-client] 200/484: Properly cleanup OCS jobs

Sandro Knauß hefee-guest at moszumanska.debian.org
Wed Dec 16 00:37:43 UTC 2015


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 b32f752d3123340e3f5a15349f51e4a73147d193
Author: Roeland Jago Douma <rullzer at owncloud.com>
Date:   Thu Oct 29 13:57:22 2015 +0100

    Properly cleanup OCS jobs
---
 src/gui/ocsjob.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gui/ocsjob.cpp b/src/gui/ocsjob.cpp
index 76c1605..bafa94c 100644
--- a/src/gui/ocsjob.cpp
+++ b/src/gui/ocsjob.cpp
@@ -108,6 +108,7 @@ bool OcsJob::finished()
     }
 
     emit jobFinished(json);
+    deleteLater();
     return true;
 }
 

-- 
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