diff options
Diffstat (limited to 'hw')
-rw-r--r-- | hw/gus.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -268,7 +268,6 @@ static int gus_initfn (ISADevice *dev) if (!s->voice) { AUD_remove_card (&s->card); - qemu_free (s); return -1; } |