mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
nleoperation: don't leak iterator
Summary: Once an iterator is created, it should be freed after usage. Reviewers: thiblahute Projects: #gstreamer_editing_services Reviewed By: thiblahute Differential Revision: https://phabricator.freedesktop.org/D318
This commit is contained in:
parent
8bce0baf62
commit
d6b37d0f4d
1 changed files with 2 additions and 0 deletions
|
@ -785,6 +785,8 @@ nle_operation_hard_cleanup (NleOperation * operation)
|
|||
}
|
||||
}
|
||||
nle_object_cleanup (NLE_OBJECT (operation));
|
||||
|
||||
gst_iterator_free (pads);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue