Merge pull request #279 from ctrlaltca/valgrind_unified

Fixed Valgrind warnings
This commit is contained in:
Gavin Bisesi 2014-08-11 09:11:12 -04:00
commit 134810b979
5 changed files with 5 additions and 3 deletions

View file

@ -15,7 +15,7 @@ GameEventStorageItem::~GameEventStorageItem()
}
GameEventStorage::GameEventStorage()
: gameEventContext(0)
: gameEventContext(0), privatePlayerId(0)
{
}