Delete remaining network replies and local redirct server in destructor
This commit is contained in:
@@ -51,6 +51,7 @@ class MusicBrainzClient : public QObject {
|
||||
// The second argument allows for specifying a custom network access manager.
|
||||
// It is used in tests. The ownership of network is not transferred.
|
||||
explicit MusicBrainzClient(QObject *parent = nullptr, QNetworkAccessManager *network = nullptr);
|
||||
~MusicBrainzClient();
|
||||
|
||||
struct Result {
|
||||
Result() : duration_msec_(0), track_(0), year_(-1) {}
|
||||
|
||||
Reference in New Issue
Block a user