summaryrefslogtreecommitdiffstats
path: root/src/run.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/run.c')
-rw-r--r--src/run.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/run.c b/src/run.c
index 34d20b0..ec110d7 100644
--- a/src/run.c
+++ b/src/run.c
@@ -46,6 +46,7 @@ void killer(int foo)
STATE(mode)->kill();
nfct_close(STATE(dump)); /* cache_wt needs this here */
+ destroy_fds(STATE(fds));
unlink(CONFIG(lockfile));
dlog(LOG_NOTICE, "---- shutdown received ----");