projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8568316
)
ovsdb-tool: Close "log" in do_show_log().
author
Justin Pettit
<jpettit@nicira.com>
Wed, 23 Feb 2011 02:09:16 +0000
(18:09 -0800)
committer
Justin Pettit
<jpettit@nicira.com>
Wed, 23 Feb 2011 19:08:20 +0000
(11:08 -0800)
Coverity #10726
ovsdb/ovsdb-tool.c
patch
|
blob
|
history
diff --git
a/ovsdb/ovsdb-tool.c
b/ovsdb/ovsdb-tool.c
index 4f55b6adbcda41e5c7f62d96d3448d52583d3884..2754909908cc9f46e96cb9e73bfe35379ce5ebd4 100644
(file)
--- a/
ovsdb/ovsdb-tool.c
+++ b/
ovsdb/ovsdb-tool.c
@@
-459,6
+459,7
@@
do_show_log(int argc OVS_UNUSED, char *argv[])
putchar('\n');
}
+ ovsdb_log_close(log);
/* XXX free 'names'. */
}