jscript: Initialize val_str (Coverity).

This commit is contained in:
Marcus Meissner 2009-09-28 09:18:49 +02:00 committed by Alexandre Julliard
parent 69080d6d29
commit bc4633a25b
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ static HRESULT do_attribute_tag_format(script_ctx_t *ctx, vdisp_t *jsthis, WORD
StringInstance *string;
const WCHAR *str;
DWORD length;
BSTR attr_value, val_str;
BSTR attr_value, val_str = NULL;
HRESULT hres;
if(!(string = string_this(jsthis))) {