mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +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);
|
||||
g_object_unref (session);
|
||||
gst_rtsp_transport_free (ct);
|
||||
return FALSE;
|
||||
}
|
||||
no_transport:
|
||||
|
|
Loading…
Reference in a new issue