mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-06 16:19:59 +00:00
range: add g_return_if check
This commit is contained in:
parent
7af386fdaf
commit
0bf50cd3d8
1 changed files with 2 additions and 0 deletions
|
@ -399,5 +399,7 @@ gst_rtsp_range_to_string (const GstRTSPTimeRange * range)
|
|||
void
|
||||
gst_rtsp_range_free (GstRTSPTimeRange * range)
|
||||
{
|
||||
g_return_if_fail (range != NULL);
|
||||
|
||||
g_free (range);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue