Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
settings: add missing va_end() call to hts_settings_vload() - coverity
  • Loading branch information
perexg committed Oct 3, 2014
1 parent 3c7990b commit 49c5896
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/settings.c
Expand Up @@ -283,6 +283,8 @@ hts_settings_vload(const char *pathfmt, va_list ap, int depth)
ret = hts_settings_load_path(fullpath, depth);
}

va_end(ap2);

return ret;
}

Expand Down

0 comments on commit 49c5896

Please sign in to comment.