fixed Database memory leaks, add getPlayers to ProfileDatabase
This commit is contained in:
parent
704337bab6
commit
c9eea52af7
3 changed files with 8 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ CrewDatabase::CrewDatabase(QObject *parent) : QObject(parent)
|
|||
CrewDatabase::~CrewDatabase()
|
||||
{
|
||||
crewDB->endGroup();
|
||||
delete crewDB;
|
||||
}
|
||||
|
||||
QStringList CrewDatabase::getCrews()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue