jscript: Initialize val_str to NULL (Coverity).

This commit is contained in:
Marcus Meissner 2009-07-18 22:45:32 +02:00 committed by Alexandre Julliard
parent 29bdb32592
commit bd2b6bda6b
1 changed files with 1 additions and 1 deletions

View File

@ -592,7 +592,7 @@ static HRESULT String_match(DispatchEx *dispex, LCID lcid, WORD flags, DISPPARAM
DispatchEx *array;
VARIANT var, *arg_var;
DWORD length, match_cnt, i;
BSTR val_str;
BSTR val_str = NULL;
HRESULT hres = S_OK;
TRACE("\n");