Re: [dpdk-dev] [PATCH v8] linuxapp, eal: Fix the memory leak issue of logid

2018-10-28 Thread Thomas Monjalon
22/10/2018 10:00, Thomas Monjalon: > 12/09/2018 03:31, Ziye Yang: > > From: Ziye Yang > > > > This patch is used to fix the memory leak issue of logid. > > We use the ASAN test in SPDK when intergrating DPDK and > > find this memory leak issue. > > > > Signed-off-by: Ziye Yang > > --- > > - l

Re: [dpdk-dev] [PATCH v8] linuxapp, eal: Fix the memory leak issue of logid

2018-10-22 Thread Thomas Monjalon
12/09/2018 03:31, Ziye Yang: > From: Ziye Yang > > This patch is used to fix the memory leak issue of logid. > We use the ASAN test in SPDK when intergrating DPDK and > find this memory leak issue. > > Signed-off-by: Ziye Yang > --- > - logid = strrchr(argv[0], '/'); > - logid = strdup(

Re: [dpdk-dev] [PATCH v8] linuxapp, eal: Fix the memory leak issue of logid

2018-10-16 Thread Ferruh Yigit
On 9/12/2018 2:31 AM, Ziye Yang wrote: > From: Ziye Yang > > This patch is used to fix the memory leak issue of logid. > We use the ASAN test in SPDK when intergrating DPDK and > find this memory leak issue. > > Signed-off-by: Ziye Yang Reviewed-by: Ferruh Yigit check-git-log.sh complains a