Re: [dpdk-dev] [PATCH 1/1] examples/vm_power_manager: fix resource leak

2020-10-30 Thread David Marchand
On Wed, Jul 29, 2020 at 10:38 AM Rory Sexton wrote: > > Fix memory leak where variable oob_enable can go out of scope leaking > the storage it points to. > > Coverity issue: 337674 > Fixes: 95f648ff9ee ("examples/vm_power: make branch ratio threshold per core") > > Signed-off-by: Rory Sexton Acke

Re: [dpdk-dev] [PATCH 1/1] examples/vm_power_manager: fix resource leak

2020-09-18 Thread David Hunt
Hi Rory, On 29/7/2020 9:37 AM, Rory Sexton wrote: Fix memory leak where variable oob_enable can go out of scope leaking the storage it points to. Coverity issue: 337674 Fixes: 95f648ff9ee ("examples/vm_power: make branch ratio threshold per core") Signed-off-by: Rory Sexton --- examples/vm_

[dpdk-dev] [PATCH 1/1] examples/vm_power_manager: fix resource leak

2020-07-29 Thread Rory Sexton
Fix memory leak where variable oob_enable can go out of scope leaking the storage it points to. Coverity issue: 337674 Fixes: 95f648ff9ee ("examples/vm_power: make branch ratio threshold per core") Signed-off-by: Rory Sexton --- examples/vm_power_manager/main.c | 1 + 1 file changed, 1 insertio