mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
parent
2495f700bd
commit
bc918d1466
1 changed files with 2 additions and 0 deletions
|
@ -1397,6 +1397,7 @@ gst_sdp_demux_start (GstSDPDemux * demux)
|
|||
}
|
||||
GST_SDP_STREAM_UNLOCK (demux);
|
||||
gst_sdp_message_uninit (&sdp);
|
||||
g_free (data);
|
||||
|
||||
return TRUE;
|
||||
|
||||
|
@ -1405,6 +1406,7 @@ done:
|
|||
{
|
||||
GST_SDP_STREAM_UNLOCK (demux);
|
||||
gst_sdp_message_uninit (&sdp);
|
||||
g_free (data);
|
||||
return FALSE;
|
||||
}
|
||||
transport_failed:
|
||||
|
|
Loading…
Reference in a new issue