ovsdb-tool: Close "log" in do_show_log().
authorJustin Pettit <jpettit@nicira.com>
Wed, 23 Feb 2011 02:09:16 +0000 (18:09 -0800)
committerJustin Pettit <jpettit@nicira.com>
Wed, 23 Feb 2011 19:08:20 +0000 (11:08 -0800)
Coverity #10726

ovsdb/ovsdb-tool.c

index 4f55b6a..2754909 100644 (file)
@@ -459,6 +459,7 @@ do_show_log(int argc OVS_UNUSED, char *argv[])
         putchar('\n');
     }
 
+    ovsdb_log_close(log);
     /* XXX free 'names'. */
 }