dplayx: Initial msgtid variable (Valgrind).

This commit is contained in:
Alistair Leslie-Hughes 2014-05-07 12:06:17 +10:00 committed by Alexandre Julliard
parent eda14e611c
commit e95f42fca4
1 changed files with 1 additions and 0 deletions

View File

@ -2044,6 +2044,7 @@ HRESULT dplobby_create( REFIID riid, void **ppv )
obj->IDirectPlayLobby3_iface.lpVtbl = &dpl3_vt;
obj->IDirectPlayLobby3A_iface.lpVtbl = &dpl3A_vt;
obj->numIfaces = 1;
obj->msgtid = 0;
obj->ref = 0;
obj->refA = 0;
obj->ref2 = 0;