]> git.proxmox.com Git - mirror_ovs.git/commit
db-ctl-base: Fix resource deallocation on error path in cmd_list().
authorJakub Sitnicki <jkbs@redhat.com>
Mon, 2 Jul 2018 10:50:13 +0000 (12:50 +0200)
committerBen Pfaff <blp@ovn.org>
Tue, 3 Jul 2018 20:19:51 +0000 (13:19 -0700)
commit93e6bda51a866806b41c1cb237416d703583ca55
tree4f42ed7c64368671fee9e853464e79cfde0103c2
parent02c56d5532ab99fa42eb1d703bb8708deb5e5f6e
db-ctl-base: Fix resource deallocation on error path in cmd_list().

Release resources now that we are returning to the caller on error.

Signed-off-by: Jakub Sitnicki <jkbs@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
lib/db-ctl-base.c