mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-13 11:34:10 +00:00
tests: fix memory leak in sessionmedia unit test
This commit is contained in:
parent
ea4543efc8
commit
8b8c3630b4
1 changed files with 1 additions and 0 deletions
|
@ -314,6 +314,7 @@ GST_START_TEST (test_time_and_rtpinfo)
|
|||
rtpinfo = gst_rtsp_session_media_get_rtpinfo (sm);
|
||||
fail_unless (rtpinfo == NULL);
|
||||
|
||||
gst_rtsp_url_free (setup_url);
|
||||
gst_rtsp_url_free (url);
|
||||
|
||||
g_object_unref (sm);
|
||||
|
|
Loading…
Reference in a new issue