mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 18:20:44 +00:00
check/media: Fix thread pool leak.
Change-Id: I0f92b1caca0ee518ae64a7dacfbd28a214c3eea1 https://bugzilla.gnome.org/show_bug.cgi?id=790674
This commit is contained in:
parent
132e00adfd
commit
de930f2e4d
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue