mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
nleoperation: don't leak srcpad
https://bugzilla.gnome.org/show_bug.cgi?id=755860
This commit is contained in:
parent
807437f9fe
commit
a854658404
1 changed files with 1 additions and 0 deletions
|
@ -769,6 +769,7 @@ nle_operation_hard_cleanup (NleOperation * operation)
|
|||
GST_ERROR ("Unlinking %" GST_PTR_FORMAT " and %"
|
||||
GST_PTR_FORMAT, srcpad, sinkpad);
|
||||
gst_pad_unlink (srcpad, sinkpad);
|
||||
gst_object_unref (srcpad);
|
||||
}
|
||||
|
||||
g_value_reset (&item);
|
||||
|
|
Loading…
Reference in a new issue