Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
settings: add missing va_end() - coverity
  • Loading branch information
perexg committed Oct 3, 2014
1 parent 0ff555b commit 02e2633
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/settings.c
Expand Up @@ -117,6 +117,7 @@ hts_settings_buildpath
if (!settingspath)
return 1;
_hts_settings_buildpath(dst, dstsize, fmt, va, settingspath);
va_end(va);
return 0;
}

Expand Down

0 comments on commit 02e2633

Please sign in to comment.