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:
parent
61eebb8cb5
commit
30845f1118
@ -359,6 +359,7 @@ rsn_audiomunge_sink_event (GstPad * pad, GstEvent * event)
|
||||
break;
|
||||
}
|
||||
|
||||
gst_object_unref (munge);
|
||||
return ret;
|
||||
|
||||
newseg_wrong_format:
|
||||
|
Loading…
x
Reference in New Issue
Block a user