Acked-by: Ethan Jackson <[email protected]>


On Mon, Feb 11, 2013 at 3:17 PM, Ben Pfaff <[email protected]> wrote:

> Signed-off-by: Ben Pfaff <[email protected]>
> ---
>  ofproto/connmgr.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/ofproto/connmgr.c b/ofproto/connmgr.c
> index b94c337..3200660 100644
> --- a/ofproto/connmgr.c
> +++ b/ofproto/connmgr.c
> @@ -1177,6 +1177,7 @@ ofconn_destroy(struct ofconn *ofconn)
>          hmap_remove(&ofconn->connmgr->controllers, &ofconn->hmap_node);
>      }
>
> +    hmap_destroy(&ofconn->monitors);
>      list_remove(&ofconn->node);
>      rconn_destroy(ofconn->rconn);
>      rconn_packet_counter_destroy(ofconn->packet_in_counter);
> --
> 1.7.2.5
>
> _______________________________________________
> dev mailing list
> [email protected]
> http://openvswitch.org/mailman/listinfo/dev
>
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to