summaryrefslogtreecommitdiffstats
path: root/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'util.c')
-rw-r--r--util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util.c b/util.c
index 8e4e60d..d026c30 100644
--- a/util.c
+++ b/util.c
@@ -982,6 +982,7 @@ int open_container(int fd)
return dfd;
}
}
+ closedir(dir);
return -1;
}