From 24efb72e9a01364c6ea90b70ef2bb7049af980b4 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Sat, 13 Dec 2008 15:19:36 +0000 Subject: [PATCH] gst.supp: Added variants of leaks of dynamic pad templates created in 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 | 7 +++++++ gst.supp | 44 +++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 50 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8c102cc..749104a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-12-13 Edward Hervey + + * 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 * gst.supp: diff --git a/gst.supp b/gst.supp index b7ada67..7ce1c8f 100644 --- a/gst.supp +++ b/gst.supp @@ -2587,6 +2587,39 @@ fun:gst_audio_filter_class_add_pad_templates } +{ + + 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 +} + +{ + + 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 +} + +{ + + 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) { @@ -2661,4 +2694,13 @@ 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) +{ + + Memcheck:Cond + fun:gaih_inet + fun:getaddrinfo +} + -- 2.7.4