gst.supp: suppress deliberate glib quark table leak in valgrind
authorTim-Philipp Müller <tim@centricular.net>
Sat, 27 Apr 2013 08:09:15 +0000 (09:09 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Sat, 27 Apr 2013 08:09:15 +0000 (09:09 +0100)
gst.supp

index 5a23946..05ecbb9 100644 (file)
--- a/gst.supp
+++ b/gst.supp
    fun:gobject_init_ctor
 }
 
+{
+   <quark table is leaked on purpose if it grows too big>
+   Memcheck:Leak
+   fun:malloc
+   ...
+   fun:g_quark_from*_string
+}