Commit 3327d171 authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

jscript: Fixed memory leak.

parent db355b49
......@@ -3396,7 +3396,7 @@ HRESULT regexp_match(DispatchEx *dispex, const WCHAR *str, DWORD len, BOOL gflag
}
if(FAILED(hres))
return hres;
break;
if(ret_size == i) {
if(ret)
......
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