From: Wim Taymans Date: Mon, 30 Aug 2004 10:28:40 +0000 (+0000) Subject: gst/tcp/: Fix some memory leaks. X-Git-Tag: 1.19.3~507^2~22817 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1d6ff4028bd503877145e1897a959982c0372b4c;p=platform%2Fupstream%2Fgstreamer.git gst/tcp/: Fix some memory leaks. Original commit message from CVS: * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait): * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add), (gst_multifdsink_remove_client_link), (gst_multifdsink_client_queue_buffer), (gst_multifdsink_handle_client_write): * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send): * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive): Fix some memory leaks. --- diff --git a/ChangeLog b/ChangeLog index 05d5c25e80..76d9c48fe9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2004-08-30 Wim Taymans + + * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait): + * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add), + (gst_multifdsink_remove_client_link), + (gst_multifdsink_client_queue_buffer), + (gst_multifdsink_handle_client_write): + * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send): + * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive): + Fix some memory leaks. + 2004-08-30 Thomas Vander Stichele Patch by: David Schleef