Patch 8.2.4757
Problem: List of libraries to suppress lsan errors is outdated.
Solution: Add another library. (closes #10201)
Files: src/testdir/lsan-suppress.txt
*** ../vim-8.2.4756/src/testdir/lsan-suppress.txt 2020-04-01
15:34:12.555263953 +0100
--- src/testdir/lsan-suppress.txt 2022-04-16 10:07:22.305988411 +0100
***************
*** 5,10 ****
--- 5,11 ----
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.*
*** ../vim-8.2.4756/src/version.c 2022-04-15 23:29:19.410841325 +0100
--- src/version.c 2022-04-16 10:06:51.165736835 +0100
***************
*** 748,749 ****
--- 748,751 ----
{ /* Add new patch number below this line */
+ /**/
+ 4757,
/**/
--
A radioactive cat has eighteen half-lives.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220416090942.266E71C08E1%40moolenaar.net.