提交 39617837 编写于 作者: D Dan Carpenter 提交者: Takashi Iwai

ALSA: fireworks: small leak on error path

There was a typo here so we return directly instead of freeing "hwinfo".
Signed-off-by: NDan Carpenter <dan.carpenter@oracle.com>
Reviewd-by: NTakashi Sakamoto <o-takashi@sakamocchi.jp>
Tested-by: NTakashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
上级 aeebbddd
......@@ -157,7 +157,7 @@ get_hardware_info(struct snd_efw *efw)
/* Hardware metering. */
if (hwinfo->phys_in_grp_count > HWINFO_MAX_CAPS_GROUPS ||
hwinfo->phys_out_grp_count > HWINFO_MAX_CAPS_GROUPS) {
return -EIO;
err = -EIO;
goto end;
}
efw->phys_in = hwinfo->phys_in;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册