adding missing va_end
This commit is contained in:
parent
90aa044e61
commit
71d05c6c93
@ -239,6 +239,7 @@ TMH_PARSE_json_array (struct MHD_Connection *connection,
|
||||
dim++;
|
||||
root = json_array_get (root, ret);
|
||||
}
|
||||
va_end (ap);
|
||||
if (NULL == root)
|
||||
{
|
||||
ret = (MHD_YES ==
|
||||
|
Loading…
Reference in New Issue
Block a user