X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fofproto-dpif-mirror.c;h=0819b726ea6af8b736a0a75bd2aaf58a1e80547d;hb=76c4290d8adceeec8ee4ffebd5742b5c1f6a1dec;hp=9734718684d79c15e6c1b0e44532678e3edf60ec;hpb=ec7ceaed4f3e03a3e59056a3a82a08886c328ce8;p=sliver-openvswitch.git diff --git a/ofproto/ofproto-dpif-mirror.c b/ofproto/ofproto-dpif-mirror.c index 973471868..0819b726e 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); }