mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
don't try to recycle rtpoll objects
This commit is contained in:
parent
87e134277d
commit
6bb3dc82ba
2 changed files with 12 additions and 8 deletions
|
|
@ -156,7 +156,7 @@ void pa_rtpoll_install(pa_rtpoll *p) {
|
|||
pa_assert(p);
|
||||
pa_assert(!p->installed);
|
||||
|
||||
p->installed = 1;
|
||||
p->installed = TRUE;
|
||||
|
||||
#ifdef HAVE_PPOLL
|
||||
# ifdef __linux__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue