commit 02ece3fdc98b09492b3cd7fe2bc39f454c3095d8
parent 36ceb8795a77090a0b9a78f24f0d01e2ea93220a
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 18 Jun 2019 14:55:07 +0200
fix double-free
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/lib/merchant_api_pay.c b/src/lib/merchant_api_pay.c
@@ -957,7 +957,6 @@ TALER_MERCHANT_pay_cancel (struct TALER_MERCHANT_Pay *pay)
TALER_curl_easy_post_finished (&pay->post_ctx);
GNUNET_free (pay->coins);
GNUNET_free (pay->url);
- GNUNET_free (pay->post_ctx.json_enc);
GNUNET_free (pay);
}