From fa4c0821eb01f29b4b5cb99b23002b57e2af4ee0 Mon Sep 17 00:00:00 2001 From: Abs62 Date: Tue, 11 Jun 2013 08:08:25 +0400 Subject: [PATCH] Zeroing latestReleaseReply after deleteLater() --- mainwindow.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/mainwindow.cc b/mainwindow.cc index cb344251..b7a8942d 100644 --- a/mainwindow.cc +++ b/mainwindow.cc @@ -2570,6 +2570,7 @@ void MainWindow::checkForNewRelease() { if( latestReleaseReply ) latestReleaseReply->deleteLater(); + latestReleaseReply = 0; QNetworkRequest req( QUrl( "http://goldendict.org/latest_release.php?current="