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
This commit is contained in:
Jan Schmidt 2009-10-13 13:05:50 +01:00
parent 61eebb8cb5
commit 30845f1118

View file

@ -359,6 +359,7 @@ rsn_audiomunge_sink_event (GstPad * pad, GstEvent * event)
break; break;
} }
gst_object_unref (munge);
return ret; return ret;
newseg_wrong_format: newseg_wrong_format: