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:21:40 +0000 (20:21 -0800)
commit85b9cb2edce83d43bd15bedde5a0ed46efb8071e
treee435f8d1952708fc19e331f9c325e47b62dfa3a7
parent37520ab386ef479c843fd7afccba502872240fb4
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