Re: [ovs-dev] [PATCH] test-stp: Fix leak of open file descriptor for input_file

2014-09-02 Thread Ben Pfaff
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! _

[ovs-dev] [PATCH] test-stp: Fix leak of open file descriptor for input_file

2014-09-01 Thread Thomas Graf
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);