mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 12:41:05 +00:00
rtsp-client: free transport on no_stream in SETUP handler
This commit is contained in:
parent
8f5d82be6d
commit
3f49c2d8f4
1 changed files with 1 additions and 0 deletions
|
@ -1018,6 +1018,7 @@ no_stream:
|
||||||
{
|
{
|
||||||
send_generic_response (client, GST_RTSP_STS_NOT_FOUND, state);
|
send_generic_response (client, GST_RTSP_STS_NOT_FOUND, state);
|
||||||
g_object_unref (session);
|
g_object_unref (session);
|
||||||
|
gst_rtsp_transport_free (ct);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
no_transport:
|
no_transport:
|
||||||
|
|
Loading…
Reference in a new issue