commit | b9e99e58bbc07a6fd1029db1f31c3ecf283d098b | [log] [tgz] |
---|---|---|
author | Philip H <47042125+pheiduck@users.noreply.github.com> | Sat Apr 16 10:08:52 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 16 10:08:52 2022 +0100 |
tree | 30127b13941ebce650bfd0791efbe6965246c7a1 | |
parent | 092e09cba7d7c1aec22f50b974379131f2464d5f [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index cb069bc..9a50e09 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4757, +/**/ 4756, /**/ 4755,