Fix missing snd_dlclose() in sequencer

Call snd_dlclose() with the dlopen handle in snd_seq_close().
This commit is contained in:
Takashi Iwai 2006-04-25 17:27:26 +02:00
parent b9c53dd962
commit 9c69158f31
2 changed files with 11 additions and 1 deletions

View file

@ -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 */