GNOME Bugzilla – Bug 733123
mxfmux: Avoid taking unnecessary ref
Last modified: 2014-07-16 14:49:02 UTC
gst_pad_get_pad_template() returns a reference that must be freed, but in this instance I think we can simply refer to the template directly.
Created attachment 280585 [details] [review] Proposed patch fixing leak.
Created attachment 280586 [details] [review] Proposed patch fixing leak. Note to self: the commit message is supposed to contain a correct bugzilla bug number!
commit e79e96e59dad6410594a7ae1080c9c4cd8fc5b08 Author: Sebastian Rasmussen <sebras@hotmail.com> Date: Sun Jul 13 16:07:02 2014 +0200 mxfmux: Avoid taking unnecessary ref Fixes https://bugzilla.gnome.org/show_bug.cgi?id=733123