mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-21 05:33:49 -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;
|
return -errno;
|
||||||
|
|
||||||
impl->sap_fd = -1;
|
impl->sap_fd = -1;
|
||||||
|
impl->ptp_fd = -1;
|
||||||
spa_list_init(&impl->sessions);
|
spa_list_init(&impl->sessions);
|
||||||
|
|
||||||
if (args == NULL)
|
if (args == NULL)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue