]> granicus.if.org Git - vim/commitdiff
patch 8.2.4779: lsan suppression is too version specific v8.2.4779
authorChristian Brabandt <cb@256bit.org>
Sun, 17 Apr 2022 20:36:37 +0000 (21:36 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 17 Apr 2022 20:36:37 +0000 (21:36 +0100)
Problem:    lsan suppression is too version specific.
Solution:   Leave out the version number. (Christian Brabandt, closes #10214)

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

index c0d906150a4928b647ed8883461dc0de35442d2f..8e1451e7d9591e007249170a0918d13ed064e5e1 100644 (file)
@@ -4,8 +4,8 @@ leak:libXt.so.6
 leak:libcairo.so.2
 leak:libfontconfig.so.1
 leak:libglib-2.0.so.0
-leak:libtinfo.so.5
-leak:libtinfo.so.6
+# Matches leaks from libtinfo.so.5 and .6
+leak:libtinfo.so
 # Suppress leaks from other language libraries.
 leak:libperl.so.*
 leak:libpython*.so.*
index b30b5bb9b634ea584ab767a719e376e93de936c8..efc01043223b5e5fe01862c7092f405437ffc1e9 100644 (file)
@@ -746,6 +746,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    4779,
 /**/
     4778,
 /**/