summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-02 09:04:46 +0200
committerChristian Grothoff <christian@grothoff.org>2016-06-02 09:04:46 +0200
commit71d05c6c932ba1334926e5eb4f905171bbeb07f3 (patch)
tree60847ada2625d5f65698bf0a73f513ce60eff466
parent90aa044e619699eb1f719ac987a80bf5846013b5 (diff)
downloadexchange-71d05c6c932ba1334926e5eb4f905171bbeb07f3.tar.gz
exchange-71d05c6c932ba1334926e5eb4f905171bbeb07f3.tar.bz2
exchange-71d05c6c932ba1334926e5eb4f905171bbeb07f3.zip
adding missing va_end
-rw-r--r--src/exchange/taler-exchange-httpd_parsing.c1
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 ==