Re: [dpdk-dev] [PATCH] eal: free leaked logid storage
Aaron Conole writes: > Previously, the logid variable would be leaked when the function > returned. > > Signed-off-by: Aaron Conole > --- Ugh. Ignore this version. I broke it when I manually rebased. v2 soon.
[dpdk-dev] [PATCH] eal: free leaked logid storage
Previously, the logid variable would be leaked when the function returned. Signed-off-by: Aaron Conole --- lib/librte_eal/linuxapp/eal/eal.c | 65 ++- 1 file changed, 44 insertions(+), 21 deletions(-) diff --git a/lib/librte_eal/linuxapp/eal/eal.c b/lib/libr