From 3a94a76aacd3e3e486e8df15257f8d0bdaa49619 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 22 Mar 2015 13:02:49 +0100 Subject: move free functions into plugin --- src/mint/test_mint_db.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mint/test_mint_db.c') 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 == -- cgit v1.2.3