mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
module-rtp: unset ptp_fd or else we might close it
This commit is contained in:
parent
f91aed5eeb
commit
c40e0d1d98
1 changed files with 1 additions and 0 deletions
|
|
@ -1873,6 +1873,7 @@ int pipewire__module_init(struct pw_impl_module *module, const char *args)
|
|||
return -errno;
|
||||
|
||||
impl->sap_fd = -1;
|
||||
impl->ptp_fd = -1;
|
||||
spa_list_init(&impl->sessions);
|
||||
|
||||
if (args == NULL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue