mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
adder: Free consistency checker instance in test_live_seeking test
This commit is contained in:
parent
69e95ffb24
commit
2b9118f58c
1 changed files with 1 additions and 0 deletions
|
@ -685,6 +685,7 @@ GST_START_TEST (test_live_seeking)
|
|||
|
||||
/* cleanup */
|
||||
GST_INFO ("cleaning up");
|
||||
gst_consistency_checker_free (consist);
|
||||
if (main_loop)
|
||||
g_main_loop_unref (main_loop);
|
||||
if (play_seek_event)
|
||||
|
|
Loading…
Reference in a new issue