[Pkg-owncloud-commits] [owncloud-client] 37/83: leak fix

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat May 31 11:31:41 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 7a209ba376025acf7a21e7023c3a8857874cb101
Author: Olivier Goffart <ogoffart at woboq.com>
Date:   Mon May 26 12:07:00 2014 +0200

    leak fix
---
 src/mirall/account.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mirall/account.cpp b/src/mirall/account.cpp
index 4e376d0..a413691 100644
--- a/src/mirall/account.cpp
+++ b/src/mirall/account.cpp
@@ -77,6 +77,7 @@ Account::Account(AbstractSslErrorHandler *sslErrorHandler, QObject *parent)
 
 Account::~Account()
 {
+    delete _credentials;
     delete _am;
 }
 

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