mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-01-10 20:30:15 +01:00
This is a tricky case where iteration matches the last 2 objects managed by an object manager. When we remove them while iterating, the last object is not removed because it takes the place of the first upon removal (side-effect of g_ptr_array_remove_fast()) and the iterator skips it. See #388 |
||
|---|---|---|
| .. | ||
| core.c | ||
| dbus.c | ||
| endpoint.c | ||
| factory.c | ||
| meson.build | ||
| metadata.c | ||
| object-interest.c | ||
| object-manager.c | ||
| properties.c | ||
| proxy.c | ||
| session-item.c | ||
| spa-json.c | ||
| spa-pod.c | ||
| spa-type.c | ||
| state.c | ||
| transition.c | ||