aboutsummaryrefslogtreecommitdiffstats
path: root/event.c
diff options
context:
space:
mode:
Diffstat (limited to 'event.c')
-rw-r--r--event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/event.c b/event.c
index db48157..6398b7d 100644
--- a/event.c
+++ b/event.c
@@ -151,7 +151,7 @@ int event_process(const struct timespec *timeout)
j++;
}
}
-
+ free(fds);
return 0;
}