mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-17 08:56:45 -05: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)
|
if (hw)
|
||||||
free(hw);
|
free(hw);
|
||||||
if (pcm)
|
if (pcm)
|
||||||
snd_pcm_free(pcm);
|
snd_pcm_close(pcm);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue