X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=vswitchd%2Fbridge.c;h=b525f3d6d117029af825c97097bda2f37adee312;hb=ef5925df6af03cf47a4931539016715f6ac3f661;hp=fffc2951e3f851e973890a95d8994c12a2dde537;hpb=6643c03b4fbeb81f88e79162e48e5599aca5c831;p=openvswitch diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c index fffc2951..b525f3d6 100644 --- a/vswitchd/bridge.c +++ b/vswitchd/bridge.c @@ -578,6 +578,7 @@ bridge_reconfigure(void) VLOG_ERR("bridge %s: problem setting netflow collectors", br->name); } + svec_destroy(&nf_hosts); /* Update the controller and related settings. It would be more * straightforward to call this from bridge_reconfigure_one(), but we