mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
rtspconnection: Reset control_stream.
Reset control_stream when gst_rtsp_connection_close. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=729632
This commit is contained in:
parent
64d58b80c0
commit
446f9bf6bd
1 changed files with 1 additions and 0 deletions
|
@ -2231,6 +2231,7 @@ gst_rtsp_connection_close (GstRTSPConnection * conn)
|
|||
/* these were owned by the stream */
|
||||
conn->input_stream = NULL;
|
||||
conn->output_stream = NULL;
|
||||
conn->control_stream = NULL;
|
||||
|
||||
g_free (conn->remote_ip);
|
||||
conn->remote_ip = NULL;
|
||||
|
|
Loading…
Reference in a new issue