gst.supp: Added variants of leaks of dynamic pad templates created in
authorEdward Hervey <bilboed@bilboed.com>
Sat, 13 Dec 2008 15:19:36 +0000 (15:19 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Sat, 13 Dec 2008 15:19:36 +0000 (15:19 +0000)
Original commit message from CVS:
* gst.supp:
Added variants of leaks of dynamic pad templates created in
GstAudioFilter.
Add conditional jump triggered by getaddrinfo (maybe glibc-2.9).

ChangeLog
gst.supp

index 8c102cc..749104a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
+
+       * gst.supp:
+       Added variants of leaks of dynamic pad templates created in
+       GstAudioFilter.
+       Add conditional jump triggered by getaddrinfo (maybe glibc-2.9).
+
 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
 
        * gst.supp:
index b7ada67..7ce1c8f 100644 (file)
--- a/gst.supp
+++ b/gst.supp
    fun:gst_audio_filter_class_add_pad_templates
 }
 
+{
+   <Leak in GstAudioFilter subclasses, variant>
+   Memcheck:Leak
+   fun:realloc
+   fun:g_realloc
+   fun:g_ptr_array_maybe_expand
+   fun:g_ptr_array_add
+   fun:gst_caps_append
+   fun:gst_audio_filter_class_add_pad_templates
+}
+
+{
+   <Leak in GstAudioFilter subclasses, variant2>
+   Memcheck:Leak
+   fun:malloc
+   fun:g_malloc
+   fun:g_slice_alloc
+   fun:g_ptr_array_sized_new
+   fun:gst_caps_new_empty
+   fun:gst_caps_copy
+   fun:gst_audio_filter_class_add_pad_templates
+}
+
+{
+   <Leak in riff-media>
+   Memcheck:Leak
+   fun:malloc
+   fun:g_malloc
+   fun:g_slice_alloc
+   fun:gst_caps_new_empty
+   fun:gst_riff_create_*_template_caps
+}
+
 ## Leaks in pango (bilboed: gentoo unstable amd64)
 
 {
    fun:g_io_modules_load_all_in_directory
    fun:*
    fun:get_default_vfs
-}
\ No newline at end of file
+}
+
+## Conditional jump in getaddrinfo (bilboed, gentoo ~amd64, Dec 13 2008)
+{
+   <Leak of addrinfo in esd>
+   Memcheck:Cond
+   fun:gaih_inet
+   fun:getaddrinfo
+}
+