aboutsummaryrefslogtreecommitdiff
path: root/src/mint/plugin_mintdb_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mint/plugin_mintdb_common.c')
-rw-r--r--src/mint/plugin_mintdb_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mint/plugin_mintdb_common.c b/src/mint/plugin_mintdb_common.c
index 6e52a3bc4..34c95bae6 100644
--- a/src/mint/plugin_mintdb_common.c
+++ b/src/mint/plugin_mintdb_common.c
@@ -41,7 +41,7 @@ common_free_reserve_history (void *cls,
case TALER_MINT_DB_RO_BANK_TO_MINT:
bt = rh->details.bank;
if (NULL != bt->wire)
- json_decref ((json_t *) bt->wire); /* FIXME: avoid cast? */
+ json_decref (bt->wire);
GNUNET_free (bt);
break;
case TALER_MINT_DB_RO_WITHDRAW_COIN: