fix >= 0.7.1 update problems with PokerTH distributed default styles

This commit is contained in:
doitux
2010-07-11 20:36:50 +00:00
parent f2dc22324e
commit bd01ffad9f
11 changed files with 68 additions and 11 deletions
+2
View File
@@ -35,5 +35,7 @@ Replay::Replay() : replaySqliteLogDb(0)
Replay::~Replay()
{
replaySqliteLogDb->close();
delete replaySqliteLogDb;
}