Finish refactor

This commit is contained in:
sfan5
2018-03-25 16:22:51 +02:00
parent b6ad40feb9
commit 0d9ed247f9
2 changed files with 25 additions and 15 deletions

View File

@ -114,7 +114,7 @@ void PlayerAttributes::readSqlite(const std::string &db_name)
m_players.push_back(player);
}
sqlite3_finalize(stmt_get_player_pos);
sqlite3_close(db);
}