> -----Original Message----- > From: dev [mailto:[email protected]] On Behalf Of Herakliusz Lipiec > Sent: Tuesday, April 23, 2019 7:43 PM > Cc: [email protected]; Lipiec, Herakliusz <[email protected]>; > [email protected]; [email protected] > Subject: [dpdk-dev] [PATCH v2 3/8] ipc: fix vdev memleak > > When sending synchronous IPC requests, the caller must free the response > buffer even if the request returned failure. Fix the code to correctly > use the IPC API. > > Bugzilla ID: 228 > Fixes: cdb068f031c6 ("bus/vdev: scan by multi-process channel") > Cc: [email protected] > Cc: [email protected] > Signed-off-by: Herakliusz Lipiec <[email protected]> > ---
Reviewed-by: Darek Stojaczyk <[email protected]> Thanks!

