DORMANTno replies

[iproute2 PATCH 06/11] Add missing closedir() call in do_show()

From: Thomas Jarosch <hidden>
Date: 2011-10-03 15:26:17
Subsystem: the rest · Maintainer: Linus Torvalds

Detected by cppcheck.

Signed-off-by: Thomas Jarosch <redacted>
---
 ip/iptuntap.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/ip/iptuntap.c b/ip/iptuntap.c
index 588926c..29f2777 100644
--- a/ip/iptuntap.c
+++ b/ip/iptuntap.c
@@ -298,6 +298,7 @@ static int do_show(int argc, char **argv)
 			printf(" group %ld", group);
 		printf("\n");
 	}
+	closedir(dir);
 	return 0;
 }
 
-- 
1.7.4.4
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help