Commit 07183b28 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

jscript: Make sure to initialise the string output parameter in run_exec.

parent 7db81aeb
......@@ -3642,6 +3642,9 @@ static HRESULT run_exec(script_ctx_t *ctx, vdisp_t *jsthis, VARIANT *arg, jsexce
SysFreeString(string);
set_last_index(regexp, 0);
*ret = VARIANT_FALSE;
if(input) {
*input = NULL;
}
return S_OK;
}
......
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