commit | 25b70c780a7e6063544e7f93c368fe403076f34e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 01 16:34:17 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 01 16:34:17 2020 +0200 |
tree | d7bab440c76f5710607417302f11203240c9f31f | |
parent | 05afceeddc4afbbca60e4e6a729a50d33d4b19f7 [diff] |
patch 8.2.0489: Vim9: memory leaks Problem: Vim9: memory leaks. Solution: Free memory in the right place. Add hints for using asan.
diff --git a/src/testdir/lsan-suppress.txt b/src/testdir/lsan-suppress.txt index a3008bd..f3d62b9 100644 --- a/src/testdir/lsan-suppress.txt +++ b/src/testdir/lsan-suppress.txt
@@ -9,3 +9,4 @@ leak:libperl.so.* leak:libpython*.so.* leak:libruby*.so.* +leak:libxcb*.so.*