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

On Wed, Sep 4, 2013 at 12:39 PM, Ben Pfaff <[email protected]> wrote:
> Found by valgrind.
>
> Signed-off-by: Ben Pfaff <[email protected]>
> ---
>  ofproto/ofproto-dpif-mirror.c |    1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/ofproto/ofproto-dpif-mirror.c b/ofproto/ofproto-dpif-mirror.c
> index 9734718..0819b72 100644
> --- a/ofproto/ofproto-dpif-mirror.c
> +++ b/ofproto/ofproto-dpif-mirror.c
> @@ -125,6 +125,7 @@ mbridge_unref(struct mbridge *mbridge)
>          mbridge_unregister_bundle(mbridge, mbundle->ofbundle);
>      }
>
> +    hmap_destroy(&mbridge->mbundles);
>      free(mbridge);
>  }
>
> --
> 1.7.10.4
>
> _______________________________________________
> 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