aboutsummaryrefslogtreecommitdiff
path: root/seatd
diff options
context:
space:
mode:
Diffstat (limited to 'seatd')
-rw-r--r--seatd/poller.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/seatd/poller.c b/seatd/poller.c
index 1d1b9b4..267929b 100644
--- a/seatd/poller.c
+++ b/seatd/poller.c
@@ -111,6 +111,7 @@ int poller_finish(struct poller *poller) {
free(bps);
}
free(poller->pollfds);
+ global_poller = NULL;
return 0;
}