mirror of
https://github.com/reactos/wine.git
synced 2025-02-21 21:32:01 +00:00
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…
x
Reference in New Issue
Block a user