GNOME Bugzilla – Bug 733122
rgvolume/rtpdtmfmux: Avoid taking unnecessary ref to pad templates.
Last modified: 2014-07-16 14:46:34 UTC
gst_pad_get_pad_template() returns a reference that must be freed, but in these instances we might as well, just access the pad template directly I think.
Created attachment 280583 [details] [review] Proposed patch fixing leak 1/2.
Created attachment 280584 [details] [review] Proposed patch fixing leak 2/2.
commit f45657f604a84a85186109b0c40fee4f807dbaab Author: Sebastian Rasmussen <sebras@hotmail.com> Date: Sun Jul 13 16:05:56 2014 +0200 rgvolume: Avoid taking unnecessary refs Fixes https://bugzilla.gnome.org/show_bug.cgi?id=733122 commit ca22ad8da9f6d6523cb47146d7fd86b4b31581f1 Author: Sebastian Rasmussen <sebras@hotmail.com> Date: Sun Jul 13 16:04:23 2014 +0200 rtpdtmfmux: Avoid taking an unnecessary ref Fixes https://bugzilla.gnome.org/show_bug.cgi?id=733122