The patch series fix three bug types reported by clang, dead assignment, bad free, and memory leak.
William Tu (4): ofproto-dpif-xlate: Fix bad memory free. ofp-actions: Fix dead assignment. ovn-sbctl: Fix dead assignment. util: Fix potential leak of memory. lib/ofp-actions.c | 2 +- lib/util.c | 2 ++ ofproto/ofproto-dpif-xlate.c | 2 +- ovn/utilities/ovn-sbctl.c | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) -- 2.7.4 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
