GNOME Bugzilla – Bug 503440
The control sockets used by gstrtspconnection.c are never closed
Last modified: 2007-12-13 15:54:53 UTC
Please describe the problem: The GstRTSPConnection object uses a control socket. However, its two file descriptors are never closed when the object is destroyed. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 100893 [details] [review] Close the control sockets when destroying the GstRTSPConnection
Patch by: Peter Kjellerstedt <pkj at axis com> * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_free): Close control sockets. Fixes #503440.