comparison src/testdir/lsan-suppress.txt @ 19866:1136ec381dd2 v8.2.0489

patch 8.2.0489: Vim9: memory leaks Commit: https://github.com/vim/vim/commit/25b70c780a7e6063544e7f93c368fe403076f34e Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 1 16:34:17 2020 +0200 patch 8.2.0489: Vim9: memory leaks Problem: Vim9: memory leaks. Solution: Free memory in the right place. Add hints for using asan.
author Bram Moolenaar <Bram@vim.org>
date Wed, 01 Apr 2020 16:45:05 +0200
parents b6e641dc1de0
children c8c970d28ad6
comparison
equal deleted inserted replaced
19865:cbe06eef8c71 19866:1136ec381dd2
7 leak:libtinfo.so.5 7 leak:libtinfo.so.5
8 # Suppress leaks from other language libraries. 8 # Suppress leaks from other language libraries.
9 leak:libperl.so.* 9 leak:libperl.so.*
10 leak:libpython*.so.* 10 leak:libpython*.so.*
11 leak:libruby*.so.* 11 leak:libruby*.so.*
12 leak:libxcb*.so.*