delete reply when finished

This commit is contained in:
Tobias Fella 2020-02-29 00:51:26 +01:00
parent be483c951e
commit fbd8057f14
No known key found for this signature in database
GPG Key ID: E55EDAB3CA5D9925
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ void Fetcher::fetch(QUrl url)
query.exec();
}
}
delete reply;
emit finished();
});
}