Fixed dangling shared pointer

This commit is contained in:
Digital Artifex
2026-08-15 09:59:05 -04:00
parent 4a7960177d
commit bb58c8a9d2
2 changed files with 4 additions and 0 deletions
@@ -248,6 +248,8 @@ protected:
loop.exec();
}
manager.clear();
LOG_ERROR_X(reply->error() != QNetworkReply::NoError,
"NewestPacksPaginator::getNetworkReply",
reply->errorString().toStdString().c_str(),