diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-03-27 21:43:59 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-03-27 21:43:59 -0400 |
commit | e1866d8fbee689ec32ec45b11bf152d1ab970617 (patch) | |
tree | 9a900bfc375e11be1951541337794d26785787f5 /gtk.supp | |
parent | d24a0e96062ed42d3f3fe57d7b8ed0a7d9fed972 (diff) | |
download | gtk+-e1866d8fbee689ec32ec45b11bf152d1ab970617.tar.gz |
Ignore pthread allocations in valgrind
Diffstat (limited to 'gtk.supp')
-rw-r--r-- | gtk.supp | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -285,3 +285,11 @@ ... fun:g_intern_static_string } + +# Threads +{ + pthread + Memcheck:Leak + fun:calloc + fun:_dl_allocate_tls +} |