vswitchd: Fix small memory leak in bridge_init
authorJustin Pettit <jpettit@nicira.com>
Tue, 6 Apr 2010 19:14:22 +0000 (12:14 -0700)
committerJustin Pettit <jpettit@nicira.com>
Tue, 6 Apr 2010 20:46:28 +0000 (13:46 -0700)
vswitchd/bridge.c

index 7986168..5a64d86 100644 (file)
@@ -338,6 +338,7 @@ bridge_init(const struct ovsrec_open_vswitch *cfg)
             }
         }
     }
+    svec_destroy(&bridge_names);
     svec_destroy(&dpif_names);
     svec_destroy(&dpif_types);