On 28/3/25 10:49, Zheng Huang wrote:
Hi,This patch fixes a memory leak bug in `sdhci_pci_realize()`. `s->irq` is not freed in `sdhci_pci_exit()`. Signed-off-by: Zheng Huang <[email protected]> --- hw/sd/sdhci-pci.c | 2 ++ 1 file changed, 2 insertions(+)
Queued to hw-misc, thanks!
