Add missing va_end() call
This commit is contained in:
@@ -273,6 +273,7 @@ static bool package_enumerator_enumerate(package_enumerator_t *this, ...)
|
|||||||
pos = strchr(pos, '\t');
|
pos = strchr(pos, '\t');
|
||||||
if (!pos)
|
if (!pos)
|
||||||
{
|
{
|
||||||
|
va_end(args);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
name->len = pos++ - name->ptr;
|
name->len = pos++ - name->ptr;
|
||||||
|
|||||||
Reference in New Issue
Block a user