projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1981102
)
vswitchd: Fix small memory leak in bridge_init
author
Justin Pettit
<jpettit@nicira.com>
Tue, 6 Apr 2010 19:14:22 +0000
(12:14 -0700)
committer
Justin Pettit
<jpettit@nicira.com>
Tue, 6 Apr 2010 20:46:28 +0000
(13:46 -0700)
vswitchd/bridge.c
patch
|
blob
|
history
diff --git
a/vswitchd/bridge.c
b/vswitchd/bridge.c
index 79861680fd9b5676bdd45dfbcc047f3962a3206d..5a64d8676cb8da0f51e10024d5d692c35c1c85bc 100644
(file)
--- a/
vswitchd/bridge.c
+++ b/
vswitchd/bridge.c
@@
-338,6
+338,7
@@
bridge_init(const struct ovsrec_open_vswitch *cfg)
}
}
}
+ svec_destroy(&bridge_names);
svec_destroy(&dpif_names);
svec_destroy(&dpif_types);