mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
loop: don't destroy the event twice
This commit is contained in:
parent
fd5f0d96f3
commit
e579efea10
1 changed files with 0 additions and 2 deletions
|
|
@ -647,8 +647,6 @@ pinos_loop_destroy (PinosLoop *loop)
|
||||||
spa_list_for_each_safe (source, tmp, &impl->source_list, link)
|
spa_list_for_each_safe (source, tmp, &impl->source_list, link)
|
||||||
loop_destroy_source (&source->source);
|
loop_destroy_source (&source->source);
|
||||||
|
|
||||||
pinos_loop_destroy_source (loop, impl->event);
|
|
||||||
|
|
||||||
close (impl->epoll_fd);
|
close (impl->epoll_fd);
|
||||||
free (impl);
|
free (impl);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue