Re: [PATCH RESEND] sched/cpufreq: Fix kobject memleak

From: Tobin C. Harding
Date: Tue Apr 30 2019 - 01:16:33 EST


On Tue, Apr 30, 2019 at 06:24:43AM +0200, Ingo Molnar wrote:
>
> * Tobin C. Harding <tobin@xxxxxxxxxx> wrote:
>
> > Currently error return from kobject_init_and_add() is not followed by a
> > call to kobject_put(). This means there is a memory leak.
> >
> > Add call to kobject_put() in error path of kobject_init_and_add().
> >
> > Signed-off-by: Tobin C. Harding <tobin@xxxxxxxxxx>
> > ---
> >
> > Resend with SOB tag.
>
> Please ignore my previous mail :-)

Cheers Ingo, caught myself not checkpatching :(

thanks,
Tobin.