mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
The requests_ vector contains the requests created for a camera on start() but the vector elements are not removed on camera stop(). This leads to a segfault, when these requests that are no longer valid are queued again. Also move the streamName_ map clear to LibCamera::stop() where it should be, since its elements are added in the LibCamera::start() function. |
||
|---|---|---|
| .. | ||
| examples | ||
| include | ||
| plugins | ||
| tests | ||
| tools | ||
| meson.build | ||