summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2014-05-02 19:57:23 +0100
committerTim-Philipp Müller <tim@centricular.com>2014-05-02 19:58:40 +0100
commit8b8c3630b49a257b5eb7fadfd4d74262c5c87a2e (patch)
treeeca6575f27d722d5c67094b60869c9f12ff57779
parentea4543efc810f9347196ece13e8c2168b82073eb (diff)
tests: fix memory leak in sessionmedia unit test
-rw-r--r--tests/check/gst/sessionmedia.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/check/gst/sessionmedia.c b/tests/check/gst/sessionmedia.c
index 6bd9d26..13445b4 100644
--- a/tests/check/gst/sessionmedia.c
+++ b/tests/check/gst/sessionmedia.c
@@ -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);