]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/audio/adlib.c
audio: Drop superfluous conditionals around g_free()
[mirror_qemu.git] / hw / audio / adlib.c
index 5dd739e541d8435fd86cdadb3044de0e0e441241..656eb3773a5fb855e10a848bb7b2577e8657d917 100644 (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;