tests: fix memory leak in sessionmedia unit test

This commit is contained in:
Tim-Philipp Müller 2014-05-02 19:57:23 +01:00
parent ea4543efc8
commit 8b8c3630b4

View file

@ -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);