diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2006-12-12 16:10:21 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-12-12 16:10:21 +0000 |
commit | d3c0b705eb74d4f33d8232ae6e67c842ea54bd30 (patch) | |
tree | 03bddb28fd23b7471e5f85f6dd41a4b636b6d8cb /tests/check/gst-plugins-bad.supp | |
parent | 9e71250a69ece783fddcc98d0a324b02d4c4e0ac (diff) | |
download | gst-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.supp | 9 |
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 +} |