mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-01 22:58:49 -04:00
ucm: initialize mgr->once_list
BugLink: https://github.com/alsa-project/alsa-lib/pull/50 Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
0c3776a354
commit
449bf7e191
1 changed files with 1 additions and 0 deletions
|
|
@ -960,6 +960,7 @@ int snd_use_case_mgr_open(snd_use_case_mgr_t **uc_mgr,
|
|||
if (mgr == NULL)
|
||||
return -ENOMEM;
|
||||
INIT_LIST_HEAD(&mgr->verb_list);
|
||||
INIT_LIST_HEAD(&mgr->once_list);
|
||||
INIT_LIST_HEAD(&mgr->default_list);
|
||||
INIT_LIST_HEAD(&mgr->value_list);
|
||||
INIT_LIST_HEAD(&mgr->active_modifiers);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue