projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
75e5b2e
)
Add missing closedir().
author
Guus Sliepen
<guus@tinc-vpn.org>
Mon, 12 May 2014 12:35:56 +0000
(14:35 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Mon, 12 May 2014 12:35:56 +0000
(14:35 +0200)
src/tincctl.c
patch
|
blob
|
history
diff --git
a/src/tincctl.c
b/src/tincctl.c
index
81e7a7a
..
4864fab
100644
(file)
--- a/
src/tincctl.c
+++ b/
src/tincctl.c
@@
-2138,6
+2138,8
@@
static int cmd_network(int argc, char *argv[]) {
free(fname);
}
free(fname);
}
+ closedir(dir);
+
return 0;
}
return 0;
}