mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Restore script local before goto error, duh (523280, r=igor).
This commit is contained in:
parent
3df941c39b
commit
891d4e8447
@ -2089,6 +2089,7 @@ BEGIN_CASE(JSOP_APPLY)
|
||||
/* Restrict recursion of lightweight functions. */
|
||||
if (inlineCallCount >= JS_MAX_INLINE_CALL_COUNT) {
|
||||
js_ReportOverRecursed(cx);
|
||||
script = fp->script;
|
||||
goto error;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user