In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: fix potential memleak in 'addwidgetnode' As 'kobjectadd' may allocated memory for 'kobject->name' when return error. And in this function, if call 'kobjectadd' failed didn't free kobject. So call 'kobject_put' to recycling resources.