view src/testdir/lsan-suppress.txt @ 35069:abc67b413453 default tip

Added tag v9.1.0378 for changeset 60a7fae995600da671d5aaed70644cbea45b3043
author Christian Brabandt <cb@256bit.org>
date Sun, 28 Apr 2024 10:00:08 +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.*