]> granicus.if.org Git - vim/commitdiff
patch 8.2.4757: list of libraries to suppress lsan errors is outdated v8.2.4757
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Sat, 16 Apr 2022 09:08:52 +0000 (10:08 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 16 Apr 2022 09:08:52 +0000 (10:08 +0100)
Problem:    List of libraries to suppress lsan errors is outdated.
Solution:   Add another library. (closes #10201)

src/testdir/lsan-suppress.txt
src/version.c

index f3d62b98269a59ed23f35d20853ef0a5b54ba0d1..ec999fa6d3a8817536551fa5a8c6c1e6f99cac78 100644 (file)
@@ -5,6 +5,7 @@ leak:libcairo.so.2
 leak:libfontconfig.so.1
 leak:libglib-2.0.so.0
 leak:libtinfo.so.5
+leak:libtinfo.so.6
 # Suppress leaks from other language libraries.
 leak:libperl.so.*
 leak:libpython*.so.*
index cb069bc47d2e3f627284734c33270b59be418ebb..9a50e097a25a4787c4a79104e20a1f5d31f950a7 100644 (file)
@@ -746,6 +746,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    4757,
 /**/
     4756,
 /**/