1 Nov
2022
1 Nov
'22
6:29 p.m.
On Thu, Oct 20, 2022 at 11:47:52AM +0800, Yang Yingliang wrote:
If snd_hdac_device_register() fails, 'codec' is leaked, free it in snd_hdac_device_exit(). And device_initialize() is called in snd_hdac_device_init(), it should call put_device() to give up reference or the name allocated in dev_set_name() is leaked. The snd_hdac_device_exit() will be called in dev->release().
This doesn't apply against current code, please check and resend.