htsmsg: fix htsmsg_list_2_csv() first variable - coverity

This commit is contained in:
Jaroslav Kysela 2014-10-03 17:37:48 +02:00
parent 60aeeac40d
commit b22085ee72

View file

@ -940,6 +940,7 @@ htsmsg_list_2_csv(htsmsg_t *m)
free(ret);
return NULL;
}
first = 0;
}
return ret;