summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-03-22 13:02:49 +0100
committerChristian Grothoff <christian@grothoff.org>2015-03-22 13:02:49 +0100
commit3a94a76aacd3e3e486e8df15257f8d0bdaa49619 (patch)
tree2b435bc64aa4a1610bd75ec1ee9ddc8e0a0832af
parent0d3ec509d7192e973123de1ab390826fff4df230 (diff)
downloadexchange-3a94a76aacd3e3e486e8df15257f8d0bdaa49619.tar.gz
exchange-3a94a76aacd3e3e486e8df15257f8d0bdaa49619.tar.bz2
exchange-3a94a76aacd3e3e486e8df15257f8d0bdaa49619.zip
move free functions into plugin
-rw-r--r--src/mint/test_mint_db.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mint/test_mint_db.c b/src/mint/test_mint_db.c
index 750303a03..e4d312927 100644
--- a/src/mint/test_mint_db.c
+++ b/src/mint/test_mint_db.c
@@ -322,7 +322,8 @@ run (void *cls,
if (NULL != wire)
json_decref (wire);
if (NULL != rh)
- TALER_MINT_DB_free_reserve_history (rh);
+ plugin->free_reserve_history (plugin->cls,
+ rh);
rh = NULL;
if (NULL != session)
GNUNET_break (GNUNET_OK ==