jscript: Initialize this_obj with NULL (Coverity).
This commit is contained in:
parent
02615bb45f
commit
e0a769b2a9
@ -408,7 +408,7 @@ static HRESULT Function_apply(DispatchEx *dispex, LCID lcid, WORD flags, DISPPAR
|
||||
FunctionInstance *function;
|
||||
DISPPARAMS args = {NULL,NULL,0,0};
|
||||
DWORD argc, i;
|
||||
IDispatch *this_obj;
|
||||
IDispatch *this_obj = NULL;
|
||||
HRESULT hres = S_OK;
|
||||
|
||||
TRACE("\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user