view src/testdir/lsan-suppress.txt @ 33688:1f09ed245e45

Added tag v9.0.2080 for changeset 9a932ba43f6e55dbed5d05b723590eb0c654334b
author Christian Brabandt <cb@256bit.org>
date Sat, 28 Oct 2023 21:45:05 +0200
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.*