summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/check/gst/media.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/check/gst/media.c b/tests/check/gst/media.c
index 23e8586..df3e1c2 100644
--- a/tests/check/gst/media.c
+++ b/tests/check/gst/media.c
@@ -189,6 +189,7 @@ GST_START_TEST (test_media_prepare)
g_object_unref (media);
gst_rtsp_url_free (url);
g_object_unref (factory);
+ g_object_unref (pool);
}
GST_END_TEST;
@@ -340,6 +341,7 @@ GST_START_TEST (test_media_reset)
gst_rtsp_url_free (url);
g_object_unref (factory);
+ g_object_unref (pool);
}
GST_END_TEST;