]> git.proxmox.com Git - mirror_qemu.git/blobdiff - audio/audio.c
audio: remove abort() in audio_bug()
[mirror_qemu.git] / audio / audio.c
index d96a13055940a140f255de4327af55f535659232..df6818ed559804c8123aaf2b1972b0631f066a57 100644 (file)
@@ -118,7 +118,6 @@ int audio_bug (const char *funcname, int cond)
             AUD_log (NULL, "I am sorry\n");
         }
         AUD_log (NULL, "Context:\n");
-        abort();
     }
 
     return cond;