settings: add missing va_end() call to hts_settings_vload() - coverity
This commit is contained in:
parent
3c7990b7e0
commit
49c5896b4b
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue