remove call to snd_pcm_drop as this is done implicitly by snd_pcm_close

and causes an assert on old alsa-versions


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@1332 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Michael Gernoth 2006-11-07 14:21:39 +00:00
parent 8d3020eaff
commit 56c2c71429

View File

@ -67,7 +67,6 @@ alsa_close(void)
if (pcm_handle)
{
snd_pcm_drop(pcm_handle);
snd_pcm_close(pcm_handle);
pcm_handle = NULL;
}