fixed typo.

This commit is contained in:
Takashi Iwai 2003-02-04 15:59:25 +00:00
parent 0ec9851176
commit 176d858909

View file

@ -891,7 +891,7 @@ int snd_pcm_hw_open_fd(snd_pcm_t **pcmp, const char *name,
if (hw)
free(hw);
if (pcm)
snd_pcm_free(pcm);
snd_pcm_close(pcm);
return ret;
}