mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[spidermonkey] Free function
This commit is contained in:
parent
2988237889
commit
856d656d66
@ -550,6 +550,9 @@ ecmascript_timeout_handler2(void *val)
|
||||
#ifdef CONFIG_QUICKJS
|
||||
JS_FreeValue(t->ctx, t->fun);
|
||||
#endif
|
||||
#ifdef CONFIG_ECMASCRIPT_SMJS
|
||||
delete(t->fun);
|
||||
#endif
|
||||
#ifdef CONFIG_MUJS
|
||||
// js_unref(t->ctx, t->fun);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user