Skip to content

Commit

Permalink
Fix: avoid infinite loop if hub icons retrieval failed
Browse files Browse the repository at this point in the history
  • Loading branch information
LudoBar committed Oct 4, 2023
1 parent be616b5 commit 5762354
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Model/Hub/CHubOnlineIconManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ void CHubOnlineIconManager::onReplyReceived(QNetworkReply *pReply, int pluginInd
{
qCCritical(logHub).noquote() << pReply->errorString();
pReply->deleteLater();
incrementLoadedIcon();
return;
}

Expand Down

0 comments on commit 5762354

Please sign in to comment.