projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3860a2a
)
hw/audio/hda: free timer on exit
author
Marc-André Lureau
<marcandre.lureau@redhat.com>
Tue, 8 Oct 2024 12:50:10 +0000
(16:50 +0400)
committer
Marc-André Lureau
<marcandre.lureau@redhat.com>
Mon, 14 Oct 2024 13:34:09 +0000
(17:34 +0400)
Fixes: 280c1e1cd ("audio/hda: create millisecond timers that handle IO")
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Message-ID: <
20241008125028
.
1177932
-2-marcandre.lureau@redhat.com>
hw/audio/hda-codec.c
patch
|
blob
|
history
diff --git
a/hw/audio/hda-codec.c
b/hw/audio/hda-codec.c
index b40eec9604187c002a4f1f9591752a6481f4a5d2..74c0292284ed3edb39730cae0f31b161f5ed1475 100644
(file)
--- a/
hw/audio/hda-codec.c
+++ b/
hw/audio/hda-codec.c
@@
-751,7
+751,7
@@
static void hda_audio_exit(HDACodecDevice *hda)
continue;
}
if (a->use_timer) {
- timer_
del
(st->buft);
+ timer_
free
(st->buft);
}
if (st->output) {
AUD_close_out(&a->card, st->voice.out);