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:
Markus Armbruster 2014-06-06 18:35:13 +02:00 committed by Gerd Hoffmann
parent 2a2c4830c0
commit fb7da626c0
4 changed files with 11 additions and 26 deletions

View file

@ -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;