summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2019-07-31 15:33:51 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2019-07-31 16:09:45 -0400
commit1b0498c3342e0d9248ed3f33ff2c7ad1db2aeb54 (patch)
tree0d1eb0df55b8f04f4bdfd42a4885c397370d3fb3
parent5f503d74f3b9e073d2180eaabfdfbc8be65240ec (diff)
downloadlibnice-1b0498c3342e0d9248ed3f33ff2c7ad1db2aeb54.tar.gz
libnice.supp: Add GStreamer suppressions
-rw-r--r--tests/libnice.supp17
1 files changed, 17 insertions, 0 deletions
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