mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
support: res might be used uninitialized
This commit is contained in:
parent
184e80d753
commit
013567524a
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ int
|
|||
support_log_parse_patterns(struct spa_list *patterns, const char *jsonstr)
|
||||
{
|
||||
struct spa_json iter, array, elem;
|
||||
int res;
|
||||
int res = 0;
|
||||
|
||||
spa_json_init(&iter, jsonstr, strlen(jsonstr));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue