projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2cc621
)
ovs-vsctl: Free "columns" in cmd_find().
author
Justin Pettit
<jpettit@nicira.com>
Wed, 23 Feb 2011 01:59:01 +0000
(17:59 -0800)
committer
Justin Pettit
<jpettit@nicira.com>
Wed, 23 Feb 2011 19:08:20 +0000
(11:08 -0800)
Coverity #10730
utilities/ovs-vsctl.c
patch
|
blob
|
history
diff --git
a/utilities/ovs-vsctl.c
b/utilities/ovs-vsctl.c
index 9fca1c8e3bdad67817cf1c258d9ac450e8d982e9..7ae45f5d5e1c26154e3f791d8e6ddd857c86e185 100644
(file)
--- a/
utilities/ovs-vsctl.c
+++ b/
utilities/ovs-vsctl.c
@@
-2869,6
+2869,7
@@
cmd_find(struct vsctl_context *ctx)
next_row: ;
}
+ free(columns);
}
static void