dplayx: Initial msgtid variable (Valgrind).
This commit is contained in:
parent
eda14e611c
commit
e95f42fca4
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue