mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
oleaut32: Initialize nrofnames to keep from freeing unused memory in the error case.
This commit is contained in:
parent
e3cc00cf47
commit
c8eb807639
@ -1751,7 +1751,7 @@ TMStubImpl_Invoke(
|
||||
HRESULT hres;
|
||||
DWORD *args = NULL, res, *xargs, nrofargs;
|
||||
marshal_state buf;
|
||||
UINT nrofnames;
|
||||
UINT nrofnames = 0;
|
||||
BSTR names[10];
|
||||
BSTR iname = NULL;
|
||||
ITypeInfo *tinfo = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user