From 7f37017e916d5ad66175b5408cefab8b622bdefc Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 4 Mar 2020 11:51:00 +0100 Subject: more renaming --- src/exchangedb/plugin_exchangedb_common.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/exchangedb/plugin_exchangedb_common.c') diff --git a/src/exchangedb/plugin_exchangedb_common.c b/src/exchangedb/plugin_exchangedb_common.c index 448d45827..ce425f824 100644 --- a/src/exchangedb/plugin_exchangedb_common.c +++ b/src/exchangedb/plugin_exchangedb_common.c @@ -132,7 +132,7 @@ common_free_coin_transaction_list (void *cls, { struct TALER_EXCHANGEDB_RecoupRefreshListEntry *rr; - rr = tl->recoup_refresh; + rr = tl->details.recoup_refresh; if (NULL != rr->coin.denom_sig.rsa_signature) GNUNET_CRYPTO_rsa_signature_free (rr->coin.denom_sig.rsa_signature); GNUNET_free (rr); @@ -143,7 +143,7 @@ common_free_coin_transaction_list (void *cls, struct TALER_EXCHANGEDB_TransactionList *next; next = tl->next; - GNUNET_free (list); + GNUNET_free (tl); tl = next; } } -- cgit v1.2.3