summaryrefslogtreecommitdiff
path: root/src/mint/test_mint_db.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <sreeharsha@totakura.in>2015-03-26 18:06:37 +0100
committerSree Harsha Totakura <sreeharsha@totakura.in>2015-03-26 18:06:37 +0100
commitf94bb0a3a076caab71597b32963fd2815b8446f9 (patch)
treec9a08e071a446f6a4b8b10149f9cbaef567d69cc /src/mint/test_mint_db.c
parenta3ac2587cfee3c8b6e058d4086eea8f5f297e5af (diff)
downloadexchange-f94bb0a3a076caab71597b32963fd2815b8446f9.tar.gz
exchange-f94bb0a3a076caab71597b32963fd2815b8446f9.tar.bz2
exchange-f94bb0a3a076caab71597b32963fd2815b8446f9.zip
db: Implement plugin loading and unloading
Diffstat (limited to 'src/mint/test_mint_db.c')
-rw-r--r--src/mint/test_mint_db.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mint/test_mint_db.c b/src/mint/test_mint_db.c
index 0b61818f1..ef882b90a 100644
--- a/src/mint/test_mint_db.c
+++ b/src/mint/test_mint_db.c
@@ -343,6 +343,7 @@ run (void *cls,
if (NULL != cbc2.sig.rsa_signature)
GNUNET_CRYPTO_rsa_signature_free (cbc2.sig.rsa_signature);
dkp = NULL;
+ TALER_MINT_plugin_unload ();
}