clean memory allocation after downloading player names
This commit is contained in:
parent
fbd9f551de
commit
e6bfb97cc8
1 changed files with 5 additions and 0 deletions
|
@ -130,6 +130,11 @@ void DatabaseThread::scanCrewMembersList(QStringList crewList, int maxPages, int
|
||||||
|
|
||||||
currentPage++;
|
currentPage++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
netReply->deleteLater();
|
||||||
|
delete netReply;
|
||||||
|
netManager->deleteLater();
|
||||||
|
delete netManager;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue