exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 71d05c6c932ba1334926e5eb4f905171bbeb07f3
parent 90aa044e619699eb1f719ac987a80bf5846013b5
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu,  2 Jun 2016 09:04:46 +0200

adding missing va_end

Diffstat:
Msrc/exchange/taler-exchange-httpd_parsing.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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 ==