diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-07-09 13:55:02 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-07-09 16:18:07 -0400 |
commit | 79032463550129c479e37a6da73315f5fb936446 (patch) | |
tree | 0623d0646723d30fe2aa0eba75580575cdd06796 /lsan.supp | |
parent | fa90e42a38c817e11f16c012cfc243e4b90a773b (diff) | |
download | gtk+-79032463550129c479e37a6da73315f5fb936446.tar.gz |
Ignore more leaks in asan
These showed up in ci. The atk-bridge will
be gone before too long anyway. Since we
may not have debug symbols in ci, just at
the so's.
Diffstat (limited to 'lsan.supp')
-rw-r--r-- | lsan.supp | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,8 +1,10 @@ -leak:_cairo_pattern_create_solid -leak:_cairo_image_surface_create_for_pixman_image leak:g_quark_init leak:xdg_mime_init +leak:libc.so leak:libfontconfig.so leak:libEGL_mesa.so leak:iris_dri.so +leak:libglib-2.0.so +leak:libcairo.so leak:libpixman-1.so +leak:libatk-bridge-2.0.so |