summaryrefslogtreecommitdiff
path: root/tests/check/gnl/seek.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/check/gnl/seek.c')
-rw-r--r--tests/check/gnl/seek.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/check/gnl/seek.c b/tests/check/gnl/seek.c
index 3e9679b..fea15f9 100644
--- a/tests/check/gnl/seek.c
+++ b/tests/check/gnl/seek.c
@@ -86,13 +86,16 @@ fill_pipeline_and_check (GstElement * comp, GList * segments, GList * seeks)
if (seeks == NULL) {
carry_on = FALSE;
+ g_list_free_full (collect->expected_segments, g_free);
+ collect->expected_segments = NULL;
GST_DEBUG ("Done seeking");
break;
}
+ g_list_free_full (collect->expected_segments, g_free);
+ collect->expected_segments = NULL;
expected_failure = TRUE;
while (expected_failure && carry_on) {
-
SeekInfo *sinfo = (SeekInfo *) seeks->data;
seeks = seeks->next;