Skip to content

Commit 78df727

Browse files
committed
windowsupdatecheck: Fix a small memory leak
1 parent d6b887d commit 78df727

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/MainWindow.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1462,6 +1462,8 @@ void MainWindow::httpresponse(QNetworkReply *reply)
14621462
}
14631463
}
14641464
}
1465+
1466+
reply->deleteLater();
14651467
}
14661468

14671469
namespace {

0 commit comments

Comments
 (0)