summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2009-10-13 13:05:50 +0100
committerJan Schmidt <thaytan@noraisin.net>2009-10-13 15:10:09 +0100
commit30845f1118d8248414e6c02a59b3fc020b53b206 (patch)
tree000947d1be6c347900eda3a29b2b7b8f820a47f7 /ext
parent61eebb8cb5b5c5a44b895fa808f7a1703d592bdd (diff)
downloadgstreamer-plugins-bad-30845f1118d8248414e6c02a59b3fc020b53b206.tar.gz
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
Diffstat (limited to 'ext')
-rw-r--r--ext/resindvd/rsnaudiomunge.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/resindvd/rsnaudiomunge.c b/ext/resindvd/rsnaudiomunge.c
index fda2a96b9..715bd62b3 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: