projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2182349
)
gus: Do not manually free the state, qdev does it for us
author
malc
<av1474@comtv.ru>
Fri, 11 Sep 2009 06:27:41 +0000
(10:27 +0400)
committer
malc
<av1474@comtv.ru>
Fri, 11 Sep 2009 22:50:58 +0000
(
02:50
+0400)
Signed-off-by: malc <av1474@comtv.ru>
hw/gus.c
patch
|
blob
|
history
diff --git
a/hw/gus.c
b/hw/gus.c
index 3df10e29e7e4159d8b75ffbf96b1b78afb4a3fb1..543b4ea68c4b46b42ce3debe9423e53ecd78cf72 100644
(file)
--- a/
hw/gus.c
+++ b/
hw/gus.c
@@
-268,7
+268,6
@@
static int gus_initfn (ISADevice *dev)
if (!s->voice) {
AUD_remove_card (&s->card);
- qemu_free (s);
return -1;
}