mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
fixed typo.
This commit is contained in:
parent
0ec9851176
commit
176d858909
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue