mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-12 04:27:45 -05:00
ucm: parse SectionOnce section in the master UCM configuration file
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
750a3d9fd8
commit
e0da1d2a2a
3 changed files with 41 additions and 4 deletions
|
|
@ -567,6 +567,7 @@ void uc_mgr_free_verb(snd_use_case_mgr_t *uc_mgr)
|
|||
list_del(&verb->list);
|
||||
free(verb);
|
||||
}
|
||||
uc_mgr_free_sequence(&uc_mgr->once_list);
|
||||
uc_mgr_free_sequence(&uc_mgr->default_list);
|
||||
uc_mgr_free_value(&uc_mgr->value_list);
|
||||
free(uc_mgr->comment);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue