check/media: Fix thread pool leak.

Change-Id: I0f92b1caca0ee518ae64a7dacfbd28a214c3eea1

https://bugzilla.gnome.org/show_bug.cgi?id=790674
This commit is contained in:
Patricia Muscalu 2017-11-23 18:51:21 +01:00 committed by Edward Hervey
parent 132e00adfd
commit de930f2e4d

View file

@ -253,6 +253,8 @@ test_prepare_reusable (const gchar * launch_line)
g_object_unref (media);
gst_rtsp_url_free (url);
g_object_unref (factory);
g_object_unref (pool);
}
GST_START_TEST (test_media_reusable)