From 89b114fe44016c9bf96662fdebfc048f8540ee1d Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Mon, 5 May 2008 11:19:13 +0000 Subject: gst/rtsp/gstrtspsrc.c: Don't leak file descriptors on error. Fixes #531532. Original commit message from CVS: Patch by: Sjoerd Simons * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open): Don't leak file descriptors on error. Fixes #531532. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0c1ef471..3b5e292c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-05-05 Wim Taymans + + Patch by: Sjoerd Simons + + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open): + Don't leak file descriptors on error. Fixes #531532. + 2008-05-03 Sebastian Dröge * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset), -- cgit