From: Ben Pfaff Date: Mon, 10 May 2010 17:55:29 +0000 (-0700) Subject: bridge: Fix double-free bug in port_reconfigure(). X-Git-Tag: v1.0.0~28 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=d25b341aa8ce7062a0995adfe1a8e4321c10a727;p=sliver-openvswitch.git bridge: Fix double-free bug in port_reconfigure(). Reported-by: Peter Balland Bug #2794 --- diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c index e20d40738..74c7d5785 100644 --- a/vswitchd/bridge.c +++ b/vswitchd/bridge.c @@ -3391,8 +3391,6 @@ port_reconfigure(struct port *port, const struct ovsrec_port *cfg) } bitmap_free(port->trunks); port->trunks = trunks; - - shash_destroy(&new_ifaces); } static void