Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
htsmsg: fix htsmsg_list_2_csv() first variable - coverity
  • Loading branch information
perexg committed Oct 3, 2014
1 parent 60aeeac commit b22085e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/htsmsg.c
Expand Up @@ -940,6 +940,7 @@ htsmsg_list_2_csv(htsmsg_t *m)
free(ret);
return NULL;
}
first = 0;
}

return ret;
Expand Down

0 comments on commit b22085e

Please sign in to comment.