exchange

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

commit afb10e1d9e08569a9c511f287e5a1df4cbb1dba0
parent 809cf5d60428f5de1906d0ed8ed2250214e5a7d6
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Sat, 11 Jun 2016 16:11:00 +0200

fixing segfault (due to a double free)

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

diff --git a/src/benchmark/taler-exchange-benchmark.c b/src/benchmark/taler-exchange-benchmark.c @@ -924,7 +924,6 @@ do_shutdown (void *cls) { GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Invoking GNUNET_CURL_gnunet_rc_destroy()\n"); - GNUNET_CURL_fini (ctx); // FIXME segfaults at curl.c:556 GNUNET_CURL_gnunet_rc_destroy (rc); rc = NULL; }