Fix memleak

This commit is contained in:
Daniel Molkentin 2014-05-14 12:53:04 +02:00
parent 87386ce001
commit 17a2e224c4

View file

@ -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*)));
}