mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 518925 - LirWriter leak with regexp match in debug builds, r=dvander.
This commit is contained in:
parent
ee59e42dc3
commit
56a6b95359
@ -3226,6 +3226,9 @@ class RegExpNativeCompiler {
|
|||||||
re->flags |= JSREG_NOCOMPILE;
|
re->flags |= JSREG_NOCOMPILE;
|
||||||
delete lirBufWriter;
|
delete lirBufWriter;
|
||||||
}
|
}
|
||||||
|
#ifdef DEBUG
|
||||||
|
delete sanity_filter;
|
||||||
|
#endif
|
||||||
#ifdef NJ_VERBOSE
|
#ifdef NJ_VERBOSE
|
||||||
debug_only_stmt( if (js_LogController.lcbits & LC_TMRegexp)
|
debug_only_stmt( if (js_LogController.lcbits & LC_TMRegexp)
|
||||||
delete lir; )
|
delete lir; )
|
||||||
|
Loading…
Reference in New Issue
Block a user