view src/testdir/lsan-suppress.txt @ 30978:1b194361b71a v9.0.0824

patch 9.0.0824: crash when using win_move_separator() in other tab page Commit: https://github.com/vim/vim/commit/873f41a0187e81a22aa4622fbf938de72a54abba Author: zeertzjq <zeertzjq@outlook.com> Date: Tue Nov 1 11:44:43 2022 +0000 patch 9.0.0824: crash when using win_move_separator() in other tab page Problem: Crash when using win_move_separator() in other tab page. Solution: Check for valid window in current tab page. (closes #11479, closes #11427)
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Nov 2022 11:18:54 +0100
parents 4470cbddc013
children
line wrap: on
line source

# Suppress leaks from X libraries on Ubuntu focal.
leak:libX11.so.6
leak:libXt.so.6
leak:libcairo.so.2
leak:libfontconfig.so.1
leak:libglib-2.0.so.0
# Matches leaks from libtinfo.so.5 and .6
leak:libtinfo.so
# Suppress leaks from other language libraries.
leak:libperl.so.*
leak:libpython*.so.*
leak:libruby*.so.*
leak:libxcb*.so.*