Re: [PATCH] ALSA: hda: fix potential memleak in 'add_widget_node'

From: Takashi Iwai
Date: Thu Nov 10 2022 - 09:29:06 EST


On Thu, 10 Nov 2022 15:45:39 +0100,
Ye Bin wrote:
>
> From: Ye Bin <yebin10@xxxxxxxxxx>
>
> As 'kobject_add' may allocated memory for 'kobject->name' when return error.
> And in this function, if call 'kobject_add' failed didn't free kobject.
> So call 'kobject_put' to recycling resources.
>
> Signed-off-by: Ye Bin <yebin10@xxxxxxxxxx>

Thanks, applied now.


Takashi