summaryrefslogtreecommitdiff
path: root/src/exchangedb/plugin_exchangedb_common.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-04 11:51:00 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-04 11:51:00 +0100
commit7f37017e916d5ad66175b5408cefab8b622bdefc (patch)
tree45dcefb3066f68a08a0529e803edd3770a5a247a /src/exchangedb/plugin_exchangedb_common.c
parent6cc516427b06f1fd1a72ee1b75da909e1ed38166 (diff)
downloadexchange-7f37017e916d5ad66175b5408cefab8b622bdefc.tar.gz
exchange-7f37017e916d5ad66175b5408cefab8b622bdefc.tar.bz2
exchange-7f37017e916d5ad66175b5408cefab8b622bdefc.zip
more renaming
Diffstat (limited to 'src/exchangedb/plugin_exchangedb_common.c')
-rw-r--r--src/exchangedb/plugin_exchangedb_common.c4
1 files changed, 2 insertions, 2 deletions
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;
}
}