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

Signed-off-by: Jakub Sitnicki <[email protected]>
---
 lib/db-ctl-base.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/db-ctl-base.c b/lib/db-ctl-base.c
index 5f386cab5..d3ca4ca70 100644
--- a/lib/db-ctl-base.c
+++ b/lib/db-ctl-base.c
@@ -1285,6 +1285,7 @@ cmd_find(struct ctl_context *ctx)
             ctx->error = check_condition(table, row, ctx->argv[i],
                                          ctx->symtab, &satisfied);
             if (ctx->error) {
+                free(columns);
                 return;
             }
             if (!satisfied) {
-- 
2.14.4

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to