GNOME Bugzilla – Bug 734476
navseek: Unref peer pad after usage
Last modified: 2014-08-08 19:21:47 UTC
gst_pad_get_peer() returns a reference to a pad, this reference must be unreffed after usage or else it will be leaked. The attach patch plugs the leak.
Created attachment 282896 [details] [review] Proposed patch aiming to fix leak.
master: commit edf87280160af3db4471899b4b1a7da25b873d5a Author: Sebastian Rasmussen <sebras@hotmail.com> Date: Fri Aug 8 12:44:09 2014 +0200 navseek: Unref peer pad after usage Fixes https://bugzilla.gnome.org/show_bug.cgi?id=734476 1.4: commit fbf5d4687fceb097dfed00d9d84406393ca2fac5 Author: Sebastian Rasmussen <sebras@hotmail.com> Date: Fri Aug 8 12:44:09 2014 +0200 navseek: Unref peer pad after usage Fixes https://bugzilla.gnome.org/show_bug.cgi?id=734476