mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
Added missing snd_dlclose() calls
This commit is contained in:
parent
358d1998b7
commit
0d7d11889d
10 changed files with 44 additions and 4 deletions
|
|
@ -37,6 +37,7 @@ typedef struct {
|
|||
} snd_rawmidi_ops_t;
|
||||
|
||||
struct _snd_rawmidi {
|
||||
void *dl_handle;
|
||||
char *name;
|
||||
snd_rawmidi_type_t type;
|
||||
snd_rawmidi_stream_t stream;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue