On Mon, Sep 01, 2014 at 06:09:57PM +0200, Thomas Graf wrote:
> Signed-off-by: Thomas Graf
I don't think it's really much of a leak to fail to close a file in the
main function for a short-lived test program, but it doesn't hurt so I
applied this. Thanks!
_
Signed-off-by: Thomas Graf
---
tests/test-stp.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/test-stp.c b/tests/test-stp.c
index 9ca9c6c..c4e5933 100644
--- a/tests/test-stp.c
+++ b/tests/test-stp.c
@@ -666,6 +666,7 @@ test_stp_main(int argc, char *argv[])
free(bridge);