adding missing va_end

This commit is contained in:
Christian Grothoff 2016-06-02 09:04:46 +02:00
parent 90aa044e61
commit 71d05c6c93

View File

@ -239,6 +239,7 @@ TMH_PARSE_json_array (struct MHD_Connection *connection,
dim++; dim++;
root = json_array_get (root, ret); root = json_array_get (root, ret);
} }
va_end (ap);
if (NULL == root) if (NULL == root)
{ {
ret = (MHD_YES == ret = (MHD_YES ==