mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
decodebin2: Free iterator after removing all groups
This commit is contained in:
parent
a64caea0bd
commit
62f43a1c52
1 changed files with 1 additions and 0 deletions
|
@ -732,6 +732,7 @@ restart:
|
|||
break;
|
||||
}
|
||||
}
|
||||
gst_iterator_free (it);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue