windowsupdatecheck: Fix a small memory leak

This commit is contained in:
Peinthor Rene
2015-01-27 22:14:20 +01:00
parent d6b887d4f0
commit 78df7275fe

View File

@@ -1462,6 +1462,8 @@ void MainWindow::httpresponse(QNetworkReply *reply)
}
}
}
reply->deleteLater();
}
namespace {