[ovs-dev] memory leak in recirc_state?

Ben Pfaff blp at ovn.org
Tue Jan 5 17:52:22 UTC 2016


Looking at the recirculation code in ofproto-dpif-rid.c, I see code to
copy the stack and the actions from one recirc_state to another in
recirc_state_clone(), but I can't find any code that ever frees them.
recirc_run(), for example, just does a plain (postponed) "free" of the
recirc_id_node (which has a recirc_state member).

Is this a memory leak or am I just missing the code that frees this
data?

Thanks,

Ben.



More information about the dev mailing list