diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2007-06-01 11:59:52 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-06-01 11:59:52 +0000 |
commit | 54cadb7e0f43e2f2c9dc7e52b69a743162905bdf (patch) | |
tree | 1a4490383b4cfed9ba0e1b3bd017056dbfae0368 /ChangeLog | |
parent | c10bf9272b8d410f81e35839a2ee072925b7f01c (diff) | |
download | gst-plugins-bad-54cadb7e0f43e2f2c9dc7e52b69a743162905bdf.tar.gz gst-plugins-bad-54cadb7e0f43e2f2c9dc7e52b69a743162905bdf.tar.bz2 gst-plugins-bad-54cadb7e0f43e2f2c9dc7e52b69a743162905bdf.zip |
ext/neon/gstneonhttpsrc.c: Don't leak buffer when returning an error.
Original commit message from CVS:
* ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create):
Don't leak buffer when returning an error.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2007-06-01 Tim-Philipp Müller <tim at centricular dot net> + + * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create): + Don't leak buffer when returning an error. + 2007-06-01 Wim Taymans <wim@fluendo.com> Patch by René Stadler <mail at renestadler dot de>: |