mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-29 12:19:03 +03:00
Fix memleak
This commit is contained in:
parent
87386ce001
commit
17a2e224c4
1 changed files with 0 additions and 1 deletions
|
@ -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*)));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue