]> Git Repo - qemu.git/commit - hw/ide/cmd646.c
ide: fix leak from qemu_allocate_irqs
authorPaolo Bonzini <[email protected]>
Tue, 1 Oct 2019 13:36:21 +0000 (15:36 +0200)
committerPaolo Bonzini <[email protected]>
Fri, 4 Oct 2019 16:49:16 +0000 (18:49 +0200)
commitf5f72e8f31f22ba5ee43db5cb9481206fc661f76
treee846bc365970aa785830a26b521cb39696815927
parentc0ff379514347b1656c366ff2e878c041048231b
ide: fix leak from qemu_allocate_irqs

The array returned by qemu_allocate_irqs is malloced, free it.

Signed-off-by: Paolo Bonzini <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
hw/ide/cmd646.c
This page took 0.024488 seconds and 4 git commands to generate.