GNOME Bugzilla – Bug 766226
base: fix leaks in tests
Last modified: 2016-05-14 07:48:53 UTC
Found some tests leaks while testing the new version of my leaks tracer.
Created attachment 327583 [details] [review] audiorate: fix buffer leaks in tests It internally uses gst_check_chain_func() so we should call gst_check_drop_buffers() when tearing down tests to free the buffers which have been exchanged through the pipeline.
Created attachment 327584 [details] [review] appsrc: fix buffer leaks in tests It internally uses gst_check_chain_func() so we should call gst_check_drop_buffers() when tearing down tests to free the buffers which have been exchanged through the pipeline.
Created attachment 327585 [details] [review] vorbistag: fix buffer leaks in tests It internally uses gst_check_chain_func() so we should call gst_check_drop_buffers() when tearing down tests to free the buffers which have been exchanged through the pipeline.
Attachment 327583 [details] pushed as e172992 - audiorate: fix buffer leaks in tests Attachment 327584 [details] pushed as c6eb9df - appsrc: fix buffer leaks in tests Attachment 327585 [details] pushed as 1b2f9f2 - vorbistag: fix buffer leaks in tests