gst/udp/: Avoid leaking internally allocated file descriptors when setting custom...
authorPeter Kjellerstedt <pkj@axis.com>
Wed, 20 Aug 2008 11:51:38 +0000 (11:51 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Wed, 20 Aug 2008 11:51:38 +0000 (11:51 +0000)
commit74314914704609541ca0da9bf1f52469ea5e1079
tree3ddd289bffe323071a6457e0f4d6d91b355c2357
parent0dfa54f45078e349e84772bc57be08bb0c556b47
gst/udp/: Avoid leaking internally allocated file descriptors when setting custom file descriptors. Fixes #543101.

Original commit message from CVS:
Patch by: Peter Kjellerstedt <pkj at axis com>
* 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
gst/udp/gstdynudpsink.c
gst/udp/gstmultiudpsink.c
gst/udp/gstudpsrc.c