summaryrefslogtreecommitdiff
path: root/tests/check/gst/gstpipeline.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/check/gst/gstpipeline.c')
-rw-r--r--tests/check/gst/gstpipeline.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/check/gst/gstpipeline.c b/tests/check/gst/gstpipeline.c
index 5e41996337..237e65a3f2 100644
--- a/tests/check/gst/gstpipeline.c
+++ b/tests/check/gst/gstpipeline.c
@@ -795,6 +795,7 @@ GST_START_TEST (test_pipeline_processing_deadline_no_queue)
fail_unless (g_error_matches (gerror, GST_CORE_ERROR, GST_CORE_ERROR_CLOCK));
gst_message_unref (msg);
gst_object_unref (bus);
+ g_clear_error (&gerror);
gst_element_set_state (pipeline, GST_STATE_NULL);