Files
neovim/src/nvim/event
Björn Linse 11b55aa004 timer: make sure to free callback after the last timer due callback
fixes #6974

Before this change, the partial could be freed before the last due
callback got invoked, which caused a use-after-free when the due
callback called the partial.
2018-05-13 19:59:28 +02:00
..
2017-04-28 19:20:09 +02:00
2018-04-15 18:23:11 +02:00
2017-04-28 19:20:09 +02:00
2017-04-28 19:20:09 +02:00
2017-04-19 19:11:50 +03:00
2017-11-25 09:37:00 +01:00