[dpdk-dev] [PATCH 1/1] lib/librte_eal: fix resource leak

2016-04-22 Thread Panu Matilainen
On 04/21/2016 02:19 PM, Sergio Gonzalez Monroy wrote: > On 20/04/2016 10:15, David Marchand wrote: >> On Tue, Apr 19, 2016 at 6:27 PM, Marcin Kerlin >> wrote: >>> Fix issue reported by Coverity. >>> >>> Coverity ID 13295, 13296, 13303: >>> Resource leak: The system resource will not be reclaimed

[dpdk-dev] [PATCH 1/1] lib/librte_eal: fix resource leak

2016-04-21 Thread Sergio Gonzalez Monroy
On 20/04/2016 10:15, David Marchand wrote: > On Tue, Apr 19, 2016 at 6:27 PM, Marcin Kerlin > wrote: >> Fix issue reported by Coverity. >> >> Coverity ID 13295, 13296, 13303: >> Resource leak: The system resource will not be reclaimed >> and reused, reducing the future availability of the

[dpdk-dev] [PATCH 1/1] lib/librte_eal: fix resource leak

2016-04-21 Thread Kerlin, MarcinX
> -Original Message- > From: Gonzalez Monroy, Sergio > Sent: Thursday, April 21, 2016 1:19 PM > To: David Marchand > Cc: dev at dpdk.org; Kerlin, MarcinX > Subject: Re: [PATCH 1/1] lib/librte_eal: fix resource leak > > On 20/04/2016 10:15, David Marchand wrote: > > On Tue, Apr 19, 2016

[dpdk-dev] [PATCH 1/1] lib/librte_eal: fix resource leak

2016-04-20 Thread David Marchand
On Tue, Apr 19, 2016 at 6:27 PM, Marcin Kerlin wrote: > Fix issue reported by Coverity. > > Coverity ID 13295, 13296, 13303: > Resource leak: The system resource will not be reclaimed > and reused, reducing the future availability of the resource. > In rte_eal_hugepage_attach: Leak of memory or

[dpdk-dev] [PATCH 1/1] lib/librte_eal: fix resource leak

2016-04-19 Thread Marcin Kerlin
Fix issue reported by Coverity. Coverity ID 13295, 13296, 13303: Resource leak: The system resource will not be reclaimed and reused, reducing the future availability of the resource. In rte_eal_hugepage_attach: Leak of memory or pointers to system resources. Fixes: af75078fece3 ("first public