1
0
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:
Witold Filipczyk 2024-07-16 20:16:14 +02:00
parent 2988237889
commit 856d656d66

View File

@ -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