Commit bc4633a2 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

jscript: Initialize val_str (Coverity).

parent 69080d6d
......@@ -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))) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment