diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-06-02 09:04:46 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-06-02 09:04:46 +0200 |
commit | 71d05c6c932ba1334926e5eb4f905171bbeb07f3 (patch) | |
tree | 60847ada2625d5f65698bf0a73f513ce60eff466 /src | |
parent | 90aa044e619699eb1f719ac987a80bf5846013b5 (diff) |
adding missing va_end
Diffstat (limited to 'src')
-rw-r--r-- | src/exchange/taler-exchange-httpd_parsing.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 == |