ovs-vsctl: Free "columns" in cmd_find().
authorJustin Pettit <jpettit@nicira.com>
Wed, 23 Feb 2011 01:59:01 +0000 (17:59 -0800)
committerJustin Pettit <jpettit@nicira.com>
Wed, 23 Feb 2011 19:08:20 +0000 (11:08 -0800)
Coverity #10730

utilities/ovs-vsctl.c

index 9fca1c8..7ae45f5 100644 (file)
@@ -2869,6 +2869,7 @@ cmd_find(struct vsctl_context *ctx)
 
     next_row: ;
     }
+    free(columns);
 }
 
 static void