mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-01 22:58:49 -04:00
Added missing snd_dlclose() calls
This commit is contained in:
parent
358d1998b7
commit
0d7d11889d
10 changed files with 44 additions and 4 deletions
|
|
@ -48,6 +48,8 @@ struct snd_dlsym_link *snd_dlsym_start = NULL;
|
|||
*/
|
||||
void *snd_dlopen(const char *name, int mode)
|
||||
{
|
||||
void *res;
|
||||
|
||||
#ifndef PIC
|
||||
if (name == NULL)
|
||||
return &snd_dlsym_start;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue