mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 04:24:09 +00:00
Zeroing latestReleaseReply after deleteLater()
This commit is contained in:
parent
57575fb4eb
commit
fa4c0821eb
|
@ -2570,6 +2570,7 @@ void MainWindow::checkForNewRelease()
|
||||||
{
|
{
|
||||||
if( latestReleaseReply )
|
if( latestReleaseReply )
|
||||||
latestReleaseReply->deleteLater();
|
latestReleaseReply->deleteLater();
|
||||||
|
latestReleaseReply = 0;
|
||||||
|
|
||||||
QNetworkRequest req(
|
QNetworkRequest req(
|
||||||
QUrl( "http://goldendict.org/latest_release.php?current="
|
QUrl( "http://goldendict.org/latest_release.php?current="
|
||||||
|
|
Loading…
Reference in a new issue