> -----Original Message----- > From: dev <[email protected]> On Behalf Of Thinh Tran > Sent: Wednesday, June 12, 2019 3:14 AM > To: [email protected] > Cc: Thinh Tran <[email protected]> > Subject: [dpdk-dev] [PATCH] raw/skeleton: fix test raw_attr set get failure > > Using memory on the stack instead of on the heap by calling malloc > also avoid memory leak in case of test case failures > > Fixes: 88d0e47880ec ("raw/skeleton: fix memory leak on test failure") > > Signed-off-by: Thinh Tran <[email protected]> > ---
Thanks - I had ignored this issue for quite long now. Acked-by: Shreyansh Jain <[email protected]>

