Signed-off-by: Ethan Jackson <et...@nicira.com>
---

Mildly ironic.

---
 lib/memory.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/memory.c b/lib/memory.c
index 779860e..1babfe9 100644
--- a/lib/memory.c
+++ b/lib/memory.c
@@ -119,6 +119,7 @@ compose_report(const struct simap *usage, struct ds *s)
         ds_put_format(s, "%s:%u ", node->name, node->data);
     }
     ds_chomp(s, ' ');
+    free(nodes);
 }
 
 /* Logs the contents of 'usage', as a collection of name-count pairs.
-- 
1.7.10.2

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to