diff options
author | oni-link <knil.ino@gmail.com> | 2016-09-02 01:51:23 +0200 |
---|---|---|
committer | oni-link <knil.ino@gmail.com> | 2016-09-08 21:29:20 +0200 |
commit | 1c9d7270a85a185e3d0fabcc22344d1319012ef3 (patch) | |
tree | 0a241c528664e883a906e2842322b432499f8c53 /src/clint.py | |
parent | fe06e2a4a076d698e921411608d7a6cbe8877175 (diff) | |
download | rneovim-1c9d7270a85a185e3d0fabcc22344d1319012ef3.tar.gz rneovim-1c9d7270a85a185e3d0fabcc22344d1319012ef3.tar.bz2 rneovim-1c9d7270a85a185e3d0fabcc22344d1319012ef3.zip |
eval.c: Garbage collection frees dictionary before job cleanup
Removing a job too early from the joblist gives garbage collection the
chance to also remove the job dictionary.
Can be triggered with ASAN while waiting 'updatetime'ms (~5 seconds)
before closing the terminal window opened with:
nvim -u NONE +'call termopen("true",{})'
Diffstat (limited to 'src/clint.py')
0 files changed, 0 insertions, 0 deletions