don't try to recycle rtpoll objects

This commit is contained in:
Lennart Poettering 2009-02-12 22:52:02 +01:00
parent 87e134277d
commit 6bb3dc82ba
2 changed files with 12 additions and 8 deletions

View file

@ -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__