From 74314914704609541ca0da9bf1f52469ea5e1079 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Wed, 20 Aug 2008 11:51:38 +0000 Subject: gst/udp/: Avoid leaking internally allocated file descriptors when setting custom file descriptors. Fixes #543101. Original commit message from CVS: Patch by: Peter Kjellerstedt * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init), (gst_dynudpsink_finalize), (gst_dynudpsink_set_property), (gst_dynudpsink_init_send), (gst_dynudpsink_close): * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init), (gst_multiudpsink_finalize), (gst_multiudpsink_set_property): * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_set_property): Avoid leaking internally allocated file descriptors when setting custom file descriptors. Fixes #543101. --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7b1cc150..c309f777 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2008-08-20 Wim Taymans + + Patch by: Peter Kjellerstedt + + * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init), + (gst_dynudpsink_finalize), (gst_dynudpsink_set_property), + (gst_dynudpsink_init_send), (gst_dynudpsink_close): + * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init), + (gst_multiudpsink_finalize), (gst_multiudpsink_set_property): + * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), + (gst_udpsrc_set_property): + Avoid leaking internally allocated file descriptors when setting + custom file descriptors. Fixes #543101. + 2008-08-20 Wim Taymans * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink): -- cgit