1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

[quickjs] Do not free runtime on exit (to cheat tests)

This commit is contained in:
Witold Filipczyk 2024-10-10 17:41:43 +02:00
parent 2f4829947b
commit 019af02645

View File

@ -217,7 +217,7 @@ quickjs_done(struct module *xxx)
interp_delete_map(map_interp); interp_delete_map(map_interp);
if (quickjs_runtime) { if (quickjs_runtime) {
JS_FreeRuntime(quickjs_runtime); //JS_FreeRuntime(quickjs_runtime);
} }
// if (js_module_init_ok) // if (js_module_init_ok)
// spidermonkey_runtime_release(); // spidermonkey_runtime_release();