mirror of
https://github.com/neovim/neovim.git
synced 2025-12-19 12:55:32 +00:00
Test and initial fix for crash with dictwatcherdel
Fixes https://github.com/neovim/neovim/issues/11188.
This commit is contained in:
committed by
Jan Edmund Lazo
parent
c20ae3aadb
commit
4c76b1e981
@@ -89,6 +89,7 @@ typedef struct dict_watcher {
|
||||
size_t key_pattern_len;
|
||||
QUEUE node;
|
||||
bool busy; // prevent recursion if the dict is changed in the callback
|
||||
bool needs_free;
|
||||
} DictWatcher;
|
||||
|
||||
/// Bool variable values
|
||||
|
||||
Reference in New Issue
Block a user