From 71d05c6c932ba1334926e5eb4f905171bbeb07f3 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 2 Jun 2016 09:04:46 +0200 Subject: adding missing va_end --- src/exchange/taler-exchange-httpd_parsing.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/exchange/taler-exchange-httpd_parsing.c') diff --git a/src/exchange/taler-exchange-httpd_parsing.c b/src/exchange/taler-exchange-httpd_parsing.c index beac81a1c..c97ea05b8 100644 --- a/src/exchange/taler-exchange-httpd_parsing.c +++ b/src/exchange/taler-exchange-httpd_parsing.c @@ -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 == -- cgit v1.2.3