2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 06:15:47 +00:00

ovs-vsctl: Free "columns" in cmd_find().

Coverity #10730
This commit is contained in:
Justin Pettit
2011-02-22 17:59:01 -08:00
parent f2cc621bac
commit cea0c39367

View File

@@ -2869,6 +2869,7 @@ cmd_find(struct vsctl_context *ctx)
next_row: ; next_row: ;
} }
free(columns);
} }
static void static void