diff options
Diffstat (limited to 'src/exchangedb/plugin_exchangedb_common.c')
-rw-r--r-- | src/exchangedb/plugin_exchangedb_common.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/exchangedb/plugin_exchangedb_common.c b/src/exchangedb/plugin_exchangedb_common.c index 0f7d2fe7..61c00c14 100644 --- a/src/exchangedb/plugin_exchangedb_common.c +++ b/src/exchangedb/plugin_exchangedb_common.c @@ -44,8 +44,6 @@ common_free_reserve_history (void *cls, bt = rh->details.bank; if (NULL != bt->sender_account_details) json_decref (bt->sender_account_details); - if (NULL != bt->transfer_details) - json_decref (bt->transfer_details); GNUNET_free_non_null (bt->wire_reference); GNUNET_free (bt); break; |