[gst-cvs] common: gst.supp: Add another type registration, one-time leak in GObject
Sebastian Dröge
slomo at kemper.freedesktop.org
Sun Feb 14 14:14:11 PST 2010
Module: common
Branch: master
Commit: 44ecce72db50b4e4aeec290763a02d44f0f6b948
URL: http://cgit.freedesktop.org/gstreamer/common/commit/?id=44ecce72db50b4e4aeec290763a02d44f0f6b948
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date: Sun Feb 14 23:13:30 2010 +0100
gst.supp: Add another type registration, one-time leak in GObject
---
gst.supp | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/gst.supp b/gst.supp
index 113ca28..5ee2a69 100644
--- a/gst.supp
+++ b/gst.supp
@@ -4081,3 +4081,14 @@
...
obj:*/sed
}
+
+# GLib 2.23 interface vtable
+{
+ <insert_a_suppression_name_here>
+ Memcheck:Leak
+ fun:malloc
+ fun:g_malloc
+ fun:g_memdup
+ fun:type_iface_vtable_base_init_Wm
+}
+
More information about the Gstreamer-commits
mailing list