Add missing va_end() call

This commit is contained in:
Tobias Brunner
2013-01-24 19:13:41 +01:00
parent 69c6a60176
commit 24cdf5340e
+1
View File
@@ -273,6 +273,7 @@ static bool package_enumerator_enumerate(package_enumerator_t *this, ...)
pos = strchr(pos, '\t');
if (!pos)
{
va_end(args);
return FALSE;
}
name->len = pos++ - name->ptr;