From: Gurucharan Shetty Date: Mon, 23 Sep 2013 20:07:24 +0000 (-0700) Subject: ovs-dpctl: Add a missing simap_destroy() X-Git-Tag: sliver-openvswitch-2.0.90-1~13^2~11 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=918514018379ba4f05a467d215825ef57b09f2dc;p=sliver-openvswitch.git ovs-dpctl: Add a missing simap_destroy() Signed-off-by: Gurucharan Shetty Acked-by: Ben Pfaff --- diff --git a/utilities/ovs-dpctl.c b/utilities/ovs-dpctl.c index dad4eed6b..be94f0b57 100644 --- a/utilities/ovs-dpctl.c +++ b/utilities/ovs-dpctl.c @@ -1060,6 +1060,7 @@ dpctl_normalize_actions(int argc, char *argv[]) ofpbuf_init(&odp_actions, 0); run(odp_actions_from_string(argv[2], &port_names, &odp_actions), "odp_actions_from_string"); + simap_destroy(&port_names); if (verbosity) { ds_clear(&s);