gus: Do not manually free the state, qdev does it for us

Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
malc 2009-09-11 10:27:41 +04:00
parent 2182349d73
commit 435c247a9f
1 changed files with 0 additions and 1 deletions

View File

@ -268,7 +268,6 @@ static int gus_initfn (ISADevice *dev)
if (!s->voice) {
AUD_remove_card (&s->card);
qemu_free (s);
return -1;
}