mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
ucm: fix possible memory leak in parse_verb_file()
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
a154cb2904
commit
e213309060
1 changed files with 1 additions and 1 deletions
|
|
@ -1779,7 +1779,7 @@ static int parse_verb_file(snd_use_case_mgr_t *uc_mgr,
|
|||
err = parse_libconfig(uc_mgr, n);
|
||||
if (err < 0) {
|
||||
uc_error("error: failed to parse LibConfig");
|
||||
return err;
|
||||
goto _err;
|
||||
}
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue