index
:
platform/external/dtc
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
fstree.c
1
1 files changed, 1 insertions, 0 deletions
diff --git a/fstree.c b/fstree.c
index ba0da9d..f377453 100644
--- a/
fstree.c
+++ b/
fstree.c
@@ -75,6 +75,7 @@ static struct node *read_fstree(const char *dirname)
free(tmpnam);
}
+ closedir(d);
return tree;
}