summaryrefslogtreecommitdiffstats
path: root/tests/check/gst-plugins-bad.supp
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-12-12 16:10:21 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-12-12 16:10:21 +0000
commitd3c0b705eb74d4f33d8232ae6e67c842ea54bd30 (patch)
tree03bddb28fd23b7471e5f85f6dd41a4b636b6d8cb /tests/check/gst-plugins-bad.supp
parent9e71250a69ece783fddcc98d0a324b02d4c4e0ac (diff)
downloadgst-plugins-bad-d3c0b705eb74d4f33d8232ae6e67c842ea54bd30.tar.gz
gst-plugins-bad-d3c0b705eb74d4f33d8232ae6e67c842ea54bd30.tar.bz2
gst-plugins-bad-d3c0b705eb74d4f33d8232ae6e67c842ea54bd30.zip
ext/neon/gstneonhttpsrc.c: Fix minor mem leak in redirect code.
Original commit message from CVS: * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create), (send_request_and_redirect): Fix minor mem leak in redirect code. * tests/check/Makefile.am: * tests/check/elements/.cvsignore: * tests/check/elements/neonhttpsrc.c: (handoff_cb), (GST_START_TEST), (neonhttpsrc_suite): * tests/check/gst-plugins-bad.supp: Add super-basic unit test for #384140.
Diffstat (limited to 'tests/check/gst-plugins-bad.supp')
-rw-r--r--tests/check/gst-plugins-bad.supp9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/check/gst-plugins-bad.supp b/tests/check/gst-plugins-bad.supp
index e69de29b..93d50de8 100644
--- a/tests/check/gst-plugins-bad.supp
+++ b/tests/check/gst-plugins-bad.supp
@@ -0,0 +1,9 @@
+{
+ <suppression for libneon-25.5dfsg5 on tpm's edgy/x86>
+ Memcheck:Param
+ socketcall.sendto(msg)
+ fun:sendto
+ fun:getaddrinfo
+ fun:ne_addr_resolve
+ fun:ne_begin_request
+}