mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
No more crashes related to clearTimeout.
This commit is contained in:
parent
91a61d15a7
commit
2f379985bf
@ -347,6 +347,7 @@ ecmascript_timeout_handler(void *i)
|
||||
void
|
||||
ecmascript_clear_timeout(struct timeout_data *td)
|
||||
{
|
||||
ecmascript_clear_timeout2(td);
|
||||
del_from_list(td);
|
||||
kill_timer(&td->timer);
|
||||
mem_free(td->code);
|
||||
|
Loading…
x
Reference in New Issue
Block a user