Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
Fix a small memory leak
Browse files Browse the repository at this point in the history
Issue: #13805
  • Loading branch information
vitallium committed Jan 23, 2016
1 parent 5a4a226 commit c2b69bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/networkaccessmanager.cpp
Expand Up @@ -482,6 +482,7 @@ void NetworkAccessManager::handleFinished(QNetworkReply* reply, const QVariant&

m_ids.remove(reply);
m_started.remove(reply);
reply->deleteLater();

emit resourceReceived(data);
}
Expand Down

0 comments on commit c2b69bd

Please sign in to comment.