mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-11 13:30:05 -05:00
Fix missing snd_dlclose() in sequencer
Call snd_dlclose() with the dlopen handle in snd_seq_close().
This commit is contained in:
parent
b9c53dd962
commit
9c69158f31
2 changed files with 11 additions and 1 deletions
|
|
@ -76,6 +76,7 @@ struct _snd_seq {
|
|||
int streams;
|
||||
int mode;
|
||||
int poll_fd;
|
||||
void *dl_handle;
|
||||
snd_seq_ops_t *ops;
|
||||
void *private_data;
|
||||
int client; /* client number */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue