mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 05:45:58 +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 */
|
/* cleanup */
|
||||||
GST_INFO ("cleaning up");
|
GST_INFO ("cleaning up");
|
||||||
|
gst_consistency_checker_free (consist);
|
||||||
if (main_loop)
|
if (main_loop)
|
||||||
g_main_loop_unref (main_loop);
|
g_main_loop_unref (main_loop);
|
||||||
if (play_seek_event)
|
if (play_seek_event)
|
||||||
|
|
Loading…
Reference in a new issue