htsmsg: fix htsmsg_list_2_csv() first variable - coverity
This commit is contained in:
parent
60aeeac40d
commit
b22085ee72
1 changed files with 1 additions and 0 deletions
|
@ -940,6 +940,7 @@ htsmsg_list_2_csv(htsmsg_t *m)
|
|||
free(ret);
|
||||
return NULL;
|
||||
}
|
||||
first = 0;
|
||||
}
|
||||
|
||||
return ret;
|
||||
|
|
Loading…
Add table
Reference in a new issue