GNOME Bugzilla – Bug 734359
tests: Add missing unrefs of objects after use
Last modified: 2014-08-06 13:19:25 UTC
I looked for accidentally omitted unrefs after using the objects returned by gst_bin_get_by_name() and gst_pipeline_get_use(). I found a bunch in these tests and examples. The attached patch is intended to fix this.
Created attachment 282698 [details] [review] Proposed patch adding omitted unrefs.
commit 9995054e80a1c446a6b3bf909dfb226422191e81 Author: Sebastian Rasmussen <sebras@hotmail.com> Date: Wed Aug 6 13:41:46 2014 +0200 tests: Add missing unrefs of objects after use Unreffing the objects returned by gst_bin_get_by_name() and gst_pipeline_get_use() were missing in several tests, so add these. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=734359