[gst-cvs] common: gst.supp: Add suppressions for new registry system
Edward Hervey
bilboed at kemper.freedesktop.org
Fri Nov 27 09:34:02 PST 2009
Module: common
Branch: master
Commit: ca69524f3a0102cd9abab4b3619560e17dd6c7fa
URL: http://cgit.freedesktop.org/gstreamer/common/commit/?id=ca69524f3a0102cd9abab4b3619560e17dd6c7fa
Author: Edward Hervey <bilboed at bilboed.com>
Date: Fri Nov 27 18:28:39 2009 +0100
gst.supp: Add suppressions for new registry system
---
gst.supp | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 55 insertions(+), 0 deletions(-)
diff --git a/gst.supp b/gst.supp
index 33186c1..0a12e2f 100644
--- a/gst.supp
+++ b/gst.supp
@@ -4268,3 +4268,58 @@
fun:g_type_register_static
fun:g_param_type_register_static
}
+
+# new registry system
+# all of this will only be created once when loading registry.
+
+{
+ <insert_a_suppression_name_here>
+ Memcheck:Leak
+ fun:*alloc
+ fun:*
+ fun:_priv_gst_registry_chunks_load_plugin
+}
+
+{
+ <insert_a_suppression_name_here>
+ Memcheck:Leak
+ fun:*alloc
+ fun:*
+ fun:*
+ fun:_priv_gst_registry_chunks_load_plugin
+}
+
+{
+ <insert_a_suppression_name_here>
+ Memcheck:Leak
+ fun:*alloc
+ fun:*
+ fun:*
+ fun:*
+ fun:_priv_gst_registry_chunks_load_plugin
+}
+
+{
+ <insert_a_suppression_name_here>
+ Memcheck:Leak
+ fun:*alloc
+ fun:*
+ fun:*
+ fun:*
+ fun:*
+ fun:_priv_gst_registry_chunks_load_plugin
+}
+
+{
+ <insert_a_suppression_name_here>
+ Memcheck:Leak
+ fun:*alloc
+ fun:*
+ fun:*
+ fun:*
+ fun:*
+ fun:*
+ fun:*
+ fun:_priv_gst_registry_chunks_load_plugin
+}
+
More information about the Gstreamer-commits
mailing list