>-----Original Message----- >From: Burakov, Anatoly >Sent: Friday, January 12, 2018 9:23 AM >To: [email protected] >Cc: Wang, Yipeng1 <[email protected]>; Gobriel, Sameh ><[email protected]> >Subject: [PATCH v2] member: fix memory leak on error > >rte_member may have allocated a tailq entry or setum before failure, >so free them. > >Fixes: 857ed6c68cf2 ("member: implement main API") >Cc: [email protected] >Signed-off-by: Anatoly Burakov <[email protected]> >---
Acked-by: Yipeng Wang <[email protected]> Thanks

