From d8dfd142652c43778ff6a30bdf30e264c1299c3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Wed, 31 Jul 2019 16:09:25 -0400 Subject: libnice.supp: Add RHEL 7 suppressions --- tests/libnice.supp | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/tests/libnice.supp b/tests/libnice.supp index 14a6a2c..d683b43 100644 --- a/tests/libnice.supp +++ b/tests/libnice.supp @@ -549,4 +549,55 @@ Memcheck:Leak ... fun:g_quark_init +} + +# For Glib in RHEL 7 +{ + g_type_register_fundamental-rhel7 + Memcheck:Leak + ... + fun:g_type_register_fundamental +} +{ + dl-init-rhel7 + Memcheck:Leak + ... + fun:_dl_init +} +{ + g-type-class-ref-rhel7 + Memcheck:Leak + ... + fun:g_type_class_ref +} +{ + invalid-free-in-rhel7 + Memcheck:Free + fun:free + fun:__libc_freeres +} +{ + g-thread-pool-push-rhel7 + Memcheck:Leak + ... + fun:g_thread_pool_push +} +{ + exit-shell-rhel7 + Memcheck:Leak + ... + fun:exit_shell +} +{ + g-bus-rhel7 + Memcheck:Leak + ... + fun:g_bus_get_sync +} +{ + pthread-create-rhel7 + Memcheck:Leak + fun:calloc + fun:_dl_allocate_tls + fun:pthread_create@@GLIBC_2.2.5 } \ No newline at end of file -- cgit v1.2.1