Skip to content

Commit

Permalink
patch 8.2.4757: list of libraries to suppress lsan errors is outdated
Browse files Browse the repository at this point in the history
Problem:    List of libraries to suppress lsan errors is outdated.
Solution:   Add another library. (closes #10201)
  • Loading branch information
pheiduck authored and brammool committed Apr 16, 2022
1 parent 092e09c commit b9e99e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/testdir/lsan-suppress.txt
Expand Up @@ -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.*
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -746,6 +746,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4757,
/**/
4756,
/**/
Expand Down

0 comments on commit b9e99e5

Please sign in to comment.