mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
tests: pipeline: fix leak
This commit is contained in:
parent
fc3602aec8
commit
5947ff970e
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue