Signed-off-by: Ben Pfaff <[email protected]>
---
ofproto/ofproto-dpif-governor.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/ofproto/ofproto-dpif-governor.c b/ofproto/ofproto-dpif-governor.c
index 506dadb..a2ada30 100644
--- a/ofproto/ofproto-dpif-governor.c
+++ b/ofproto/ofproto-dpif-governor.c
@@ -71,6 +71,7 @@ governor_destroy(struct governor *g)
{
if (g) {
VLOG_INFO("%s: disengaging", g->name);
+ free(g->name);
free(g->table);
free(g);
}
--
1.7.2.5
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev