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 ba182d425..fac911d68 100644 --- a/src/exchangedb/plugin_exchangedb_common.c +++ b/src/exchangedb/plugin_exchangedb_common.c @@ -64,8 +64,6 @@ common_free_reserve_history (void *cls, closing = rh->details.closing; if (NULL != closing->receiver_account_details) json_decref (closing->receiver_account_details); - if (NULL != closing->transfer_details) - json_decref (closing->transfer_details); GNUNET_free (closing); break; } |