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
@ -2231,6 +2231,7 @@ gst_rtsp_connection_close (GstRTSPConnection * conn)
|
|||||||
/* these were owned by the stream */
|
/* these were owned by the stream */
|
||||||
conn->input_stream = NULL;
|
conn->input_stream = NULL;
|
||||||
conn->output_stream = NULL;
|
conn->output_stream = NULL;
|
||||||
|
conn->control_stream = NULL;
|
||||||
|
|
||||||
g_free (conn->remote_ip);
|
g_free (conn->remote_ip);
|
||||||
conn->remote_ip = NULL;
|
conn->remote_ip = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user