mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-03-29 07:57:59 -04:00
ucm: initialize mgr->once_list
This commit is contained in:
parent
0c3776a354
commit
856b3e3c0e
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