diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-03-22 13:02:49 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-03-22 13:02:49 +0100 |
commit | 3a94a76aacd3e3e486e8df15257f8d0bdaa49619 (patch) | |
tree | 2b435bc64aa4a1610bd75ec1ee9ddc8e0a0832af | |
parent | 0d3ec509d7192e973123de1ab390826fff4df230 (diff) |
move free functions into plugin
-rw-r--r-- | src/mint/test_mint_db.c | 3 |
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 == |