aboutsummaryrefslogtreecommitdiff
path: root/src/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.c')
-rw-r--r--src/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.c b/src/utils.c
index 85a3b56..941923a 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -484,7 +484,7 @@ int isempty_dir(const char *path) {
}
count++;
}
-
+ closedir(dp);
return count == 0;
}