commit | c458f9474d6574505ce9144ab1a90b951e69c1bd | [log] [tgz] |
---|---|---|
author | Zheng Huang <hz1624917200@gmail.com> | Sat Mar 29 19:47:19 2025 +0800 |
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Mon Mar 31 21:32:43 2025 +0200 |
tree | 62c967751c09b2b2038693e47132738e122e8ab7 | |
parent | 70fe5ae121ce3013ac3a29809ed86c3837ad43ee [diff] |
hw/ufs: free irq on exit Fix a memory leak bug in ufs_init_pci() due to u->irq not being freed in ufs_exit(). Signed-off-by: Zheng Huang <hz1624917200@gmail.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <43ceb427-87aa-44ee-9007-dbaecc499bba@gmail.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>