exchange

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

commit f50d4b0f359064c15087b9d7b8b1bba84b9e7e89
parent feb60291b623193c312c8cc1e3f5289311134c9c
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Wed,  8 Jun 2016 17:34:46 +0200

json_decref in shutdown

Diffstat:
Msrc/benchmark/taler-exchange-benchmark.c | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/benchmark/taler-exchange-benchmark.c b/src/benchmark/taler-exchange-benchmark.c @@ -680,6 +680,11 @@ do_shutdown (void *cls) } + if (NULL != sender_details) + json_decref (sender_details); + if (NULL != merchant_details) + json_decref (sender_details); + GNUNET_free_non_null (reserves); GNUNET_free_non_null (coins); GNUNET_free_non_null (spent_coins);