Re: [dpdk-dev] [PATCH v2] eal: free leaked storage

2018-10-28 Thread Thomas Monjalon
01/08/2018 18:51, Aaron Conole: > Thomas Monjalon writes: > > > 22/07/2018 13:16, Aaron Conole: > >> Previously, the logid variable would be leaked when the function > >> returned. > >> > >> Signed-off-by: Aaron Conole > > > > I am not confortable to merge this kind of patch in RC3. > > OK to w

Re: [dpdk-dev] [PATCH v2] eal: free leaked storage

2018-08-01 Thread Aaron Conole
Thomas Monjalon writes: > 22/07/2018 13:16, Aaron Conole: >> Previously, the logid variable would be leaked when the function >> returned. >> >> Signed-off-by: Aaron Conole > > I am not confortable to merge this kind of patch in RC3. > OK to wait 18.11? Sure - please don't forget it, because I

Re: [dpdk-dev] [PATCH v2] eal: free leaked storage

2018-08-01 Thread Thomas Monjalon
22/07/2018 13:16, Aaron Conole: > Previously, the logid variable would be leaked when the function > returned. > > Signed-off-by: Aaron Conole I am not confortable to merge this kind of patch in RC3. OK to wait 18.11?

[dpdk-dev] [PATCH v2] eal: free leaked storage

2018-07-22 Thread Aaron Conole
Previously, the logid variable would be leaked when the function returned. Signed-off-by: Aaron Conole --- lib/librte_eal/linuxapp/eal/eal.c | 71 ++- 1 file changed, 48 insertions(+), 23 deletions(-) diff --git a/lib/librte_eal/linuxapp/eal/eal.c b/lib/libr