settings: add missing va_end() - coverity

This commit is contained in:
Jaroslav Kysela 2014-10-03 15:46:27 +02:00
parent 0ff555b50c
commit 02e2633c2a

View file

@ -117,6 +117,7 @@ hts_settings_buildpath
if (!settingspath)
return 1;
_hts_settings_buildpath(dst, dstsize, fmt, va, settingspath);
va_end(va);
return 0;
}