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:
parent
2f4829947b
commit
019af02645
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user