Found with valgrind.
---
lib/dpif-linux.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/lib/dpif-linux.c b/lib/dpif-linux.c
index 586de48..0f6a140 100644
--- a/lib/dpif-linux.c
+++ b/lib/dpif-linux.c
@@ -289,6 +289,7 @@ static void
dpif_linux_close(struct dpif *dpif_)
{
struct dpif_linux *dpif = dpif_linux_cast(dpif_);
+ nl_sock_destroy(dpif->mc_sock);
rtnetlink_link_notifier_unregister(&dpif->port_notifier);
sset_destroy(&dpif->changed_ports);
free(dpif->lru_bitmap);
--
1.7.4.4
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev