temporary memory leak to prevent crash

This commit is contained in:
Marc Wäckerlin
2010-03-10 08:09:01 +00:00
parent 94d43c475d
commit 793301d100

View File

@@ -225,7 +225,7 @@ namespace proxy {
SIGNAL(sslErrors(QNetworkReply*, const QList<QSslError>&)),
this,
SLOT(sslErrors(QNetworkReply*, const QList<QSslError>&)));
delete manager;
//delete manager;
}
private Q_SLOTS:
void timeout() {