jscript: Initialize this_obj with NULL (Coverity).

This commit is contained in:
Marcus Meissner 2009-09-20 19:00:09 +02:00 committed by Alexandre Julliard
parent 02615bb45f
commit e0a769b2a9

View File

@ -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");