mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -359,6 +359,7 @@ rsn_audiomunge_sink_event (GstPad * pad, GstEvent * event)
|
|||
break;
|
||||
}
|
||||
|
||||
gst_object_unref (munge);
|
||||
return ret;
|
||||
|
||||
newseg_wrong_format:
|
||||
|
|
Loading…
Reference in a new issue