projects
/
cleanmysourcetree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
78cea3f
)
fix fd leak
master
author
Jann Horn
<jann@thejh.net>
Mon, 23 May 2016 00:41:36 +0000
(
02:41
+0200)
committer
Jann Horn
<jann@thejh.net>
Mon, 23 May 2016 00:41:36 +0000
(
02:41
+0200)
cleanmysourcetree.c
patch
|
blob
|
history
diff --git
a/cleanmysourcetree.c
b/cleanmysourcetree.c
index
f324059
..
f989b72
100644
(file)
--- a/
cleanmysourcetree.c
+++ b/
cleanmysourcetree.c
@@
-115,6
+115,7
@@
static void add_files_recursive(const char *current_path) {
}
}
add_dir(current_path);
+ closedir(d);
}
volatile bool child_quit = false;