From b9e99e58bbc07a6fd1029db1f31c3ecf283d098b Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sat, 16 Apr 2022 10:08:52 +0100 Subject: 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) --- src/testdir/lsan-suppress.txt | 1 + src/version.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/testdir/lsan-suppress.txt b/src/testdir/lsan-suppress.txt index f3d62b9826..ec999fa6d3 100644 --- a/src/testdir/lsan-suppress.txt +++ b/src/testdir/lsan-suppress.txt @@ -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.* diff --git a/src/version.c b/src/version.c index cb069bc47d..9a50e097a2 100644 --- a/src/version.c +++ b/src/version.c @@ -746,6 +746,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 4757, /**/ 4756, /**/ -- cgit v1.2.3