GNOME Bugzilla – Bug 734520
openal: Unref pad template caps after usage
Last modified: 2014-08-11 06:55:51 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 282978 [details] [review] Proposed patch.
This patch does not even compile... Fixed it up though: commit b53433fbbf7e62ad19850bbe178455c17ddd6970 Author: Sebastian Rasmussen <sebras@hotmail.com> Date: Sat Aug 9 01:27:53 2014 +0200 openal: Unref pad template caps after usage https://bugzilla.gnome.org/show_bug.cgi?id=734520
Comment on attachment 282978 [details] [review] Proposed patch. Committed after fixing it up