mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05: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)
|
support_log_parse_patterns(struct spa_list *patterns, const char *jsonstr)
|
||||||
{
|
{
|
||||||
struct spa_json iter, array, elem;
|
struct spa_json iter, array, elem;
|
||||||
int res;
|
int res = 0;
|
||||||
|
|
||||||
spa_json_init(&iter, jsonstr, strlen(jsonstr));
|
spa_json_init(&iter, jsonstr, strlen(jsonstr));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue