0
0
mirror of https://github.com/vim/vim.git synced 2025-07-04 23:07:33 -04:00

patch 8.2.4779: lsan suppression is too version specific

Problem:    lsan suppression is too version specific.
Solution:   Leave out the version number. (Christian Brabandt, closes #10214)
This commit is contained in:
Christian Brabandt 2022-04-17 21:36:37 +01:00 committed by Bram Moolenaar
parent 35cff32dd8
commit 53e8f3ffdf
2 changed files with 4 additions and 2 deletions

View 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.*

View File

@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4779,
/**/
4778,
/**/