gst.supp: add a suppression for g_parse_debug_string
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 24 Mar 2006 20:27:11 +0000 (20:27 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 24 Mar 2006 20:27:11 +0000 (20:27 +0000)
Original commit message from CVS:

* gst.supp:
add a suppression for g_parse_debug_string

ChangeLog
gst.supp

index 650dae9..c19eef4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-03-24  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * gst.supp:
+         add a suppression for g_parse_debug_string
+
 2006-03-23  Stefan Kost  <ensonic@users.sf.net>
 
        * gstdoc-scangobj:
index 8d1a772..5af4f65 100644 (file)
--- a/gst.supp
+++ b/gst.supp
 
 
 ### glib suppressions
+{
+   <g_parse_debug_string>
+   Memcheck:Cond
+   fun:g_parse_debug_string
+   obj:/usr/lib/libglib-2.0.so.0.1000.1
+   fun:g_slice_alloc
+   fun:g_slice_alloc0
+   fun:g_list_append
+   fun:g_option_context_add_group
+   fun:gst_init_check
+   fun:gst_init
+   fun:gst_check_init
+   fun:main
+}
 
 {
    <g_type_init malloc>