From 1b0498c3342e0d9248ed3f33ff2c7ad1db2aeb54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Wed, 31 Jul 2019 15:33:51 -0400 Subject: libnice.supp: Add GStreamer suppressions --- tests/libnice.supp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/tests/libnice.supp b/tests/libnice.supp index 247e9d8..14a6a2c 100644 --- a/tests/libnice.supp +++ b/tests/libnice.supp @@ -533,3 +533,20 @@ ... fun:g_object_new_valist } + + +# GStreamer leaks, we know +{ + gst-check-init + Memcheck:Leak + ... + fun:gst_check_init +} + + +{ + g-quark-init + Memcheck:Leak + ... + fun:g_quark_init +} \ No newline at end of file -- cgit v1.2.1