Delete Twitter reply.

This commit is contained in:
John Maguire 2012-05-29 18:53:52 -07:00
parent 0da9afa0e3
commit 1b5352367a
1 changed files with 2 additions and 0 deletions

View File

@ -188,6 +188,8 @@ QString GenerateHtmlForTweetStream(const QVariantList& tweets) {
void TwitterArtistInfo::UserTimelineRequestFinished(
QNetworkReply* reply, const QString& twitter_id, int id) {
reply->deleteLater();
QJson::Parser parser;
bool ok = false;
QVariant result = parser.parse(reply, &ok);