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 4f55b6adbcda41e5c7f62d96d3448d52583d3884..2754909908cc9f46e96cb9e73bfe35379ce5ebd4 100644 (file)
@@ -459,6 +459,7 @@ do_show_log(int argc OVS_UNUSED, char *argv[])
         putchar('\n');
     }
 
+    ovsdb_log_close(log);
     /* XXX free 'names'. */
 }