mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-06 14:32:31 +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;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
gst_iterator_free (it);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue