Re: [ovs-dev] [PATCH v2] ofproto/trace: Fix memory leak in oftrace_push_ct_state()

2017-11-02 Thread Ben Pfaff
On Wed, Nov 01, 2017 at 04:59:52PM -0700, Yi-Hung Wei wrote: > Free the allocated memory in the pop function. > > Fixes: 0f2f05bbcf743 ("ofproto/trace: Add --ct-next option to ofproto/trace") > Signed-off-by: Yi-Hung Wei Thank you for the fix! I applied this to master and

[ovs-dev] [PATCH v2] ofproto/trace: Fix memory leak in oftrace_push_ct_state()

2017-11-01 Thread Yi-Hung Wei
Free the allocated memory in the pop function. Fixes: 0f2f05bbcf743 ("ofproto/trace: Add --ct-next option to ofproto/trace") Signed-off-by: Yi-Hung Wei --- ofproto/ofproto-dpif-trace.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git