[dpdk-dev] [PATCH] eal/linuxapp: fix resource leak

2016-05-13 Thread Thomas Monjalon
2016-05-12 08:55, Sergio Gonzalez Monroy: > On 11/05/2016 17:01, Daniel Mrzyglod wrote: > > Fix issue reported by Coverity. > > Coverity ID 97920 > > > > munmap structure of hugepage > > > > leaked_storage: Variable hugepage going out of scope leaks the storage > > it points to. > > > > The system

[dpdk-dev] [PATCH] eal/linuxapp: fix resource leak

2016-05-12 Thread Sergio Gonzalez Monroy
Hi, On 11/05/2016 17:01, Daniel Mrzyglod wrote: > Fix issue reported by Coverity. > Coverity ID 97920 > > munmap structure of hugepage > > leaked_storage: Variable hugepage going out of scope leaks the storage > it points to. > > The system resource will not be reclaimed and reused, reducing the

[dpdk-dev] [PATCH] eal/linuxapp: fix resource leak

2016-05-11 Thread Daniel Mrzyglod
Fix issue reported by Coverity. Coverity ID 97920 munmap structure of hugepage leaked_storage: Variable hugepage going out of scope leaks the storage it points to. The system resource will not be reclaimed and reused, reducing the future availability of the resource. In rte_eal_hugepage_init: