tests: fix memory leak, free test's thread pool

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=719733
This commit is contained in:
Sebastian Rasmussen 2013-12-03 00:34:52 +01:00 committed by Tim-Philipp Müller
parent 9473fa0d2c
commit 26f215ac36

View file

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