mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-28 01:23:55 -07:00
Merge pull request #279 from ctrlaltca/valgrind_unified
Fixed Valgrind warnings
This commit is contained in:
commit
134810b979
5 changed files with 5 additions and 3 deletions
|
|
@ -15,7 +15,7 @@ GameEventStorageItem::~GameEventStorageItem()
|
|||
}
|
||||
|
||||
GameEventStorage::GameEventStorage()
|
||||
: gameEventContext(0)
|
||||
: gameEventContext(0), privatePlayerId(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue