summaryrefslogtreecommitdiff
path: root/tests/glib.supp
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2016-07-24 14:59:33 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2016-07-28 10:10:17 +0000
commitd13cf37b3f19982e2089fb6cea17824acb9a8828 (patch)
tree155395887be6b7fd89176e7babefa70eead3c025 /tests/glib.supp
parent7f335a843797ac0c103be6883832886a1a02a399 (diff)
downloadostree-d13cf37b3f19982e2089fb6cea17824acb9a8828.tar.gz
glib.supp: Suppress some dynamic type registrations too
These mirror the static ones, and we need the dynamic versions for glib-networking -> gnutls stuff. Closes: #410 Approved by: giuseppe
Diffstat (limited to 'tests/glib.supp')
-rw-r--r--tests/glib.supp12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/glib.supp b/tests/glib.supp
index 33449070..8129c3e2 100644
--- a/tests/glib.supp
+++ b/tests/glib.supp
@@ -16,6 +16,12 @@
fun:g_type_register_static
}
{
+ g_type_register_dynamic
+ Memcheck:Leak
+ ...
+ fun:g_type_register_dynamic
+}
+{
g_type_register_fundamental
Memcheck:Leak
...
@@ -50,6 +56,12 @@
fun:g_type_add_interface_static
}
{
+ g_type_add_interface_dynamic
+ Memcheck:Leak
+ ...
+ fun:g_type_add_interface_dynamic
+}
+{
g_param_spec_internal
Memcheck:Leak
...