mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
Added missing variable initialization in open_conf() functions (hwdep, timer); Uros
This commit is contained in:
parent
5ba91b544f
commit
f422fb9a78
4 changed files with 7 additions and 15 deletions
|
|
@ -134,6 +134,8 @@ static int snd_seq_open_conf(snd_seq_t **seqp, const char *name,
|
|||
continue;
|
||||
}
|
||||
SNDERR("Unknown field %s", id);
|
||||
err = -EINVAL;
|
||||
goto _err;
|
||||
}
|
||||
}
|
||||
if (!open_name) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue