*** empty log message ***

This commit is contained in:
Sam Lantinga
2002-04-15 07:49:54 +00:00
parent 876975e160
commit 38b24594d9

View File

@@ -187,6 +187,7 @@ static void ALSA_CloseAudio(_THIS)
mixbuf = NULL;
}
if ( pcm_handle ) {
snd_pcm_drain(pcm_handle);
snd_pcm_close(pcm_handle);
pcm_handle = NULL;
}