Signed-off-by: Ben Pfaff <b...@nicira.com>
---
 lib/dpif-netdev.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c
index a2e3308..a8e6a55 100644
--- a/lib/dpif-netdev.c
+++ b/lib/dpif-netdev.c
@@ -821,6 +821,7 @@ port_unref(struct dp_netdev_port *port)
         for (i = 0; i < n_rxq; i++) {
             netdev_rxq_close(port->rxq[i]);
         }
+        free(port->rxq);
         free(port->type);
         free(port);
     }
-- 
1.7.10.4

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

Reply via email to