]> git.proxmox.com Git - ovs.git/commit
ovs-vsctl, vtep-ctl: Free 'args' string on exit.
authorBen Pfaff <blp@ovn.org>
Thu, 25 Jan 2018 23:39:47 +0000 (15:39 -0800)
committerBen Pfaff <blp@ovn.org>
Fri, 26 Jan 2018 22:23:11 +0000 (14:23 -0800)
commit2335ee9347188fef7cc68d0db3228f1b970518a3
tree1c289341b85eafdfddc89605b08c6a8921718a15
parent05b1dd234aeee05bb702d682f0ffc59739a4ec9a
ovs-vsctl, vtep-ctl: Free 'args' string on exit.

This avoids a memory leak warning from valgrind.

ovn-sbctl and ovn-nbctl already followed this pattern.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: William Tu <u9012063@gmail.com>
utilities/ovs-vsctl.c
vtep/vtep-ctl.c