ofproto-dpif-rid: Fix memory leak in recirc_state.
authorBen Pfaff <blp@ovn.org>
Wed, 6 Jan 2016 00:51:54 +0000 (16:51 -0800)
committerBen Pfaff <blp@ovn.org>
Wed, 6 Jan 2016 04:23:07 +0000 (20:23 -0800)
commitc029f53afe3094c89e420f6b3e4f78b56bed3878
tree5055b1658c6f2b2096f9fbf2610a351c7f57657f
parentc44bfa05aceacff83ac7c0dcc61e1fa4eee36bc3
ofproto-dpif-rid: Fix memory leak in recirc_state.

recirc_state_clone() copies the stack and actions and nothing ever freed
them.

CC: Jarno Rajahalme <jarno@ovn.org>
CC: Andy Zhou <azhou@ovn.org>
Reported-by: William Tu <u9012063@gmail.com>
Reported-at: http://openvswitch.org/pipermail/dev/2016-January/064040.html
Signed-off-by: Ben Pfaff <blp@ovn.org>
ofproto/ofproto-dpif-rid.c