mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
The reference count increment in `add_fd_map()` (called from `v4l2_dup()`) may run at the same time as `unref_file()` (called from `v4l2_close()`). Atomically increase the refcnt to avoid any problems. |
||
|---|---|---|
| .. | ||
| src | ||
| meson.build | ||