From be535b68e1c5911c9ec011a0d24714d0f4b42377 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 9 Jul 2015 22:10:14 +0200 Subject: fix a few pointer passing issues, add remark about #3886 --- src/mintdb/plugin_mintdb_common.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mintdb/plugin_mintdb_common.c') diff --git a/src/mintdb/plugin_mintdb_common.c b/src/mintdb/plugin_mintdb_common.c index f380d7da..11430127 100644 --- a/src/mintdb/plugin_mintdb_common.c +++ b/src/mintdb/plugin_mintdb_common.c @@ -100,6 +100,8 @@ common_free_coin_transaction_list (void *cls, { case TALER_MINTDB_TT_DEPOSIT: json_decref (list->details.deposit->wire); + GNUNET_CRYPTO_rsa_public_key_free (list->details.deposit->coin.denom_pub.rsa_public_key); + GNUNET_CRYPTO_rsa_signature_free (list->details.deposit->coin.denom_sig.rsa_signature); GNUNET_free (list->details.deposit); break; case TALER_MINTDB_TT_REFRESH_MELT: -- cgit v1.2.3