зеркало из https://github.com/mozilla/pjs.git
Unleak regexp arena. Bug 586898 - JM: memory leak due to YARR. r=sayrer
This commit is contained in:
Родитель
bb3ed6e02f
Коммит
83b6a3b9b2
|
@ -1101,6 +1101,7 @@ FreeContext(JSContext *cx)
|
|||
cx->regExpStatics.clear();
|
||||
VOUCH_DOES_NOT_REQUIRE_STACK();
|
||||
JS_FinishArenaPool(&cx->tempPool);
|
||||
JS_FinishArenaPool(&cx->regExpPool);
|
||||
|
||||
if (cx->lastMessage)
|
||||
js_free(cx->lastMessage);
|
||||
|
|
Загрузка…
Ссылка в новой задаче