]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0489: Vim9: memory leaks v8.2.0489
authorBram Moolenaar <Bram@vim.org>
Wed, 1 Apr 2020 14:34:17 +0000 (16:34 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 1 Apr 2020 14:34:17 +0000 (16:34 +0200)
commit25b70c780a7e6063544e7f93c368fe403076f34e
treed7bab440c76f5710607417302f11203240c9f31f
parent05afceeddc4afbbca60e4e6a729a50d33d4b19f7
patch 8.2.0489: Vim9: memory leaks

Problem:    Vim9: memory leaks.
Solution:   Free memory in the right place.  Add hints for using asan.
src/Makefile
src/testdir/lsan-suppress.txt
src/version.c
src/vim9compile.c