1
0
forked from aniani/vim

patch 8.2.4757: list of libraries to suppress lsan errors is outdated

Problem:    List of libraries to suppress lsan errors is outdated.
Solution:   Add another library. (closes #10201)
This commit is contained in:
Philip H
2022-04-16 10:08:52 +01:00
committed by Bram Moolenaar
parent 092e09cba7
commit b9e99e58bb
2 changed files with 3 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ leak:libcairo.so.2
leak:libfontconfig.so.1 leak:libfontconfig.so.1
leak:libglib-2.0.so.0 leak:libglib-2.0.so.0
leak:libtinfo.so.5 leak:libtinfo.so.5
leak:libtinfo.so.6
# Suppress leaks from other language libraries. # Suppress leaks from other language libraries.
leak:libperl.so.* leak:libperl.so.*
leak:libpython*.so.* leak:libpython*.so.*

View File

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