mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 13:02:29 +00:00
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.
This commit is contained in:
parent
5daae06745
commit
1b94db03e9
1 changed files with 11 additions and 0 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
2004-08-30 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* 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 <thomas at apestaart dot org>
|
||||
|
||||
Patch by: David Schleef
|
||||
|
|
Loading…
Reference in a new issue