Release RegExp for GC

This commit is contained in:
Ilya Ig. Petrov 2017-04-21 19:49:28 +05:00
parent 0e72fe9833
commit 090d424480

View File

@ -322,6 +322,7 @@
new RegExp(kitchenStartsMark + '[\\s\\S]*$', 'g'), new RegExp(kitchenStartsMark + '[\\s\\S]*$', 'g'),
'' ''
); );
/a/.test('a'); // GC RegExp.input and friends.
return chrome.proxy.settings.set(details, chromified(cb)); return chrome.proxy.settings.set(details, chromified(cb));
} }
} }