From 30845f1118d8248414e6c02a59b3fc020b53b206 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Tue, 13 Oct 2009 13:05:50 +0100 Subject: [PATCH] resindvd: Don't leak a reference to the parent in rsnaudiomunge Don't leak a reference to the pad parent in the sink pad event handler in rsnaudiomunge. https://bugzilla.gnome.org/show_bug.cgi?id=598263 --- ext/resindvd/rsnaudiomunge.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/resindvd/rsnaudiomunge.c b/ext/resindvd/rsnaudiomunge.c index fda2a96b96..715bd62b3f 100644 --- a/ext/resindvd/rsnaudiomunge.c +++ b/ext/resindvd/rsnaudiomunge.c @@ -359,6 +359,7 @@ rsn_audiomunge_sink_event (GstPad * pad, GstEvent * event) break; } + gst_object_unref (munge); return ret; newseg_wrong_format: