temporary memory leak to prevent crash
This commit is contained in:
@@ -225,7 +225,7 @@ namespace proxy {
|
|||||||
SIGNAL(sslErrors(QNetworkReply*, const QList<QSslError>&)),
|
SIGNAL(sslErrors(QNetworkReply*, const QList<QSslError>&)),
|
||||||
this,
|
this,
|
||||||
SLOT(sslErrors(QNetworkReply*, const QList<QSslError>&)));
|
SLOT(sslErrors(QNetworkReply*, const QList<QSslError>&)));
|
||||||
delete manager;
|
//delete manager;
|
||||||
}
|
}
|
||||||
private Q_SLOTS:
|
private Q_SLOTS:
|
||||||
void timeout() {
|
void timeout() {
|
||||||
|
|||||||
Reference in New Issue
Block a user