aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-06-18 15:38:26 +0200
committerChristian Grothoff <christian@grothoff.org>2019-06-18 15:52:22 +0200
commit11afb48cbb9121455522026f11467bb8b0711439 (patch)
tree401b62286da27e7a2a26df45bafab0ae87db68a8 /src/lib
parent6ff867877cf2e487a8ad3a0a09e2e7fb6c1a5d3d (diff)
fix leaks
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/merchant_api_refund.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/merchant_api_refund.c b/src/lib/merchant_api_refund.c
index 131ca198..8c96cd5f 100644
--- a/src/lib/merchant_api_refund.c
+++ b/src/lib/merchant_api_refund.c
@@ -177,7 +177,6 @@ TALER_MERCHANT_refund_increase_cancel (struct TALER_MERCHANT_RefundIncreaseOpera
}
TALER_curl_easy_post_finished (&rio->post_ctx);
GNUNET_free (rio->url);
- GNUNET_free (rio->post_ctx.json_enc);
GNUNET_free (rio);
}