mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:16:13 +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_STREAM_UNLOCK (demux);
|
||||||
gst_sdp_message_uninit (&sdp);
|
gst_sdp_message_uninit (&sdp);
|
||||||
|
g_free (data);
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
||||||
|
@ -1405,6 +1406,7 @@ done:
|
||||||
{
|
{
|
||||||
GST_SDP_STREAM_UNLOCK (demux);
|
GST_SDP_STREAM_UNLOCK (demux);
|
||||||
gst_sdp_message_uninit (&sdp);
|
gst_sdp_message_uninit (&sdp);
|
||||||
|
g_free (data);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
transport_failed:
|
transport_failed:
|
||||||
|
|
Loading…
Reference in a new issue