diff options
author | Olivier CrĂȘte <olivier.crete@collabora.com> | 2019-07-31 16:09:25 -0400 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.com> | 2019-07-31 17:26:19 -0400 |
commit | d8dfd142652c43778ff6a30bdf30e264c1299c3a (patch) | |
tree | 8e122746c279b591393974c8d744d03884c416b3 /tests | |
parent | 5b5ccd2b964b8eaa8b4afc543a516bdfaae6e4f2 (diff) | |
download | libnice-d8dfd142652c43778ff6a30bdf30e264c1299c3a.tar.gz |
libnice.supp: Add RHEL 7 suppressions
Diffstat (limited to 'tests')
-rw-r--r-- | tests/libnice.supp | 51 |
1 files changed, 51 insertions, 0 deletions
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 |