jscript: Fixed memory leak.

This commit is contained in:
Piotr Caban 2009-05-27 18:43:17 +02:00 committed by Alexandre Julliard
parent db355b4903
commit 3327d17109
1 changed files with 1 additions and 1 deletions

View File

@ -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)