mirror of
https://github.com/neovim/neovim.git
synced 2024-12-29 14:41:06 -07:00
Merge #7739 'ASAN/LeakSanitizer: ignore loop_schedule_deferred()'
This commit is contained in:
commit
451ff827b8
@ -1,3 +1,7 @@
|
||||
# multiqueue.h pointer arithmetic is not accepted by asan
|
||||
fun:multiqueue_node_data
|
||||
fun:tv_dict_watcher_node_data
|
||||
|
||||
# Allocation in loop_schedule_deferred() is freed by loop_deferred_event(), but
|
||||
# this sometimes does not happen during teardown.
|
||||
func:loop_schedule_deferred
|
||||
|
Loading…
Reference in New Issue
Block a user