summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-02-12 22:52:02 +0100
committerLennart Poettering <lennart@poettering.net>2009-02-12 22:52:02 +0100
commit6bb3dc82ba0aa53168c21c9b82cb86cc11563640 (patch)
tree01cf99d0fdd3d2ef0b205c317357a97a2475cc02 /src/pulsecore
parent87e134277dd54b55a62284844e3f35d9ffd5f49c (diff)
don't try to recycle rtpoll objects
Diffstat (limited to 'src/pulsecore')
-rw-r--r--src/pulsecore/rtpoll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/rtpoll.c b/src/pulsecore/rtpoll.c
index 543262bc..183d97c2 100644
--- a/src/pulsecore/rtpoll.c
+++ b/src/pulsecore/rtpoll.c
@@ -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__