GNOME Bugzilla – Bug 734519
ladspa: Unref pad template caps after usage
Last modified: 2014-08-11 06:56:40 UTC
This is another instance of gst_pad_get_pad_template_caps() returning a reference but the code does not release the reference. The attached patch aims to fix this.
Created attachment 282977 [details] [review] Proposed patch.
commit 2f8e528f37311ab0dd40e69df2d264619f3eb295 Author: Tim-Philipp Müller <tim@centricular.com> Date: Sun Aug 10 12:29:04 2014 +0100 ladspa: fix up broken patch merge Sorry, should've been commit --amend commit 4dde56748081bed5e909f438a1c14b9a6a98d240 Author: Sebastian Rasmussen <sebras@hotmail.com> Date: Sat Aug 9 01:25:21 2014 +0200 ladspa: Unref pad template caps after usage Fixes https://bugzilla.gnome.org/show_bug.cgi?id=734519 commit 9b7314cb6c1ebf437d2345a1e9fc978402fe129f Author: Sebastian Rasmussen <sebras@hotmail.com> Date: Sat Aug 9 01:25:21 2014 +0200 ladspa: Unref pad template caps after usage https://bugzilla.gnome.org/show_bug.cgi?id=734519