GNOME Bugzilla – Bug 734435
rtph263ppay: Unref pad template caps after use
Last modified: 2014-08-08 19:18:58 UTC
There are many places where gst_pad_get_pad_template_caps() returns a referenced caps that is not unreffed. This is one of them and the attached patch aims to fix the leak.
Created attachment 282819 [details] [review] Proposed patch fixing leak.
master: commit 276269d956723ddc342c4de175f71a7fc9fc54b5 Author: Sebastian Rasmussen <sebras@hotmail.com> Date: Thu Aug 7 16:34:36 2014 +0200 rtph263ppay: Unref pad template caps after use Fixes https://bugzilla.gnome.org/show_bug.cgi?id=734435 1.4: commit 86cba0fcaa465b233097e287e8c38e8d9587809a Author: Sebastian Rasmussen <sebras@hotmail.com> Date: Thu Aug 7 16:34:36 2014 +0200 rtph263ppay: Unref pad template caps after use Fixes https://bugzilla.gnome.org/show_bug.cgi?id=734435