mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
audio: Drop superfluous conditionals around g_free()
Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
2a2c4830c0
commit
fb7da626c0
4 changed files with 11 additions and 26 deletions
|
@ -275,9 +275,7 @@ static void Adlib_fini (AdlibState *s)
|
|||
}
|
||||
#endif
|
||||
|
||||
if (s->mixbuf) {
|
||||
g_free (s->mixbuf);
|
||||
}
|
||||
g_free(s->mixbuf);
|
||||
|
||||
s->active = 0;
|
||||
s->enabled = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue