Re: [Powertop] [PATCH POWERTOP] Fix various resource leaks

2014-09-05 Thread Sergey Senozhatsky
On (07/01/14 17:54), Amit Kucheria wrote: > Date: Tue, 1 Jul 2014 17:54:15 +0530 > From: Amit Kucheria > To: Mohammad Merajul Islam Molla , > power...@lists.01.org > Cc: Lists linaro-dev > Subject: Re: [Powertop] [PATCH POWERTOP] Fix various resource leaks > > Mohammad,

Re: [Powertop] [PATCH POWERTOP] Fix various resource leaks

2014-07-28 Thread Alexandra Yates
Hi Mohammad and Amit, > Mohammad, > > This fix should go upstream. cc'ing the powertop list. > > Regards, > Amit > > On Thu, Jun 26, 2014 at 12:42 PM, Mohammad Merajul Islam Molla > wrote: >> Fixes some resource leaks detected by valgrind and coverity scan. >> >> >> diff --git a/src/devices/ahci.c

Re: [Powertop] [PATCH POWERTOP] Fix various resource leaks

2014-07-02 Thread Amit Kucheria
uot; tab and powertop version > shows 2.6.1. > > > > On Tue, Jul 1, 2014 at 6:47 PM, Sergey Senozhatsky > wrote: >> On (07/01/14 17:54), Amit Kucheria wrote: >>> Date: Tue, 1 Jul 2014 17:54:15 +0530 >>> From: Amit Kucheria >>> To: Mohammad Meraju

Re: [Powertop] [PATCH POWERTOP] Fix various resource leaks

2014-07-02 Thread Mohammad Merajul Islam Molla
lists.01.org >> Cc: Lists linaro-dev >> Subject: Re: [Powertop] [PATCH POWERTOP] Fix various resource leaks >> >> Mohammad, >> >> This fix should go upstream. cc'ing the powertop list. >> >> Regards, >> Amit >> >> On Thu

Re: [PATCH POWERTOP] Fix various resource leaks

2014-07-01 Thread Amit Kucheria
Mohammad, This fix should go upstream. cc'ing the powertop list. Regards, Amit On Thu, Jun 26, 2014 at 12:42 PM, Mohammad Merajul Islam Molla wrote: > Fixes some resource leaks detected by valgrind and coverity scan. > > > diff --git a/src/devices/ahci.cpp b/src/devices/ahci.cpp > index ac06460

[PATCH POWERTOP] Fix various resource leaks

2014-06-26 Thread Mohammad Merajul Islam Molla
Fixes some resource leaks detected by valgrind and coverity scan. diff --git a/src/devices/ahci.cpp b/src/devices/ahci.cpp index ac06460..7f704b6 100644 --- a/src/devices/ahci.cpp +++ b/src/devices/ahci.cpp @@ -64,8 +64,10 @@ static string disk_name(char *path, char *target, char *shortname)