[Pkg-owncloud-commits] [owncloud-client] 48/70: Fix memleak
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat May 17 20:01:29 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 17a2e224c420399532e155f4c25fd79178879e9b
Author: Daniel Molkentin <danimo at owncloud.com>
Date: Wed May 14 12:53:04 2014 +0200
Fix memleak
---
src/mirall/mirallaccessmanager.cpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/mirall/mirallaccessmanager.cpp b/src/mirall/mirallaccessmanager.cpp
index 08de692..e372e6e 100644
--- a/src/mirall/mirallaccessmanager.cpp
+++ b/src/mirall/mirallaccessmanager.cpp
@@ -32,7 +32,6 @@ MirallAccessManager::MirallAccessManager(QObject* parent)
setProxy(proxy);
#endif
setCookieJar(new CookieJar);
- cookieJar()->setParent(0);
QObject::connect(this, SIGNAL(proxyAuthenticationRequired(QNetworkProxy,QAuthenticator*)),
this, SLOT(slotProxyAuthenticationRequired(QNetworkProxy,QAuthenticator*)));
}
--
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