From 7e37ee5afe9a1c16401faba64cacc0da65502921 Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Thu, 26 Mar 2015 18:32:08 +0100 Subject: db: Free the connection_cfg_str created during postgres plugin load --- src/mint/plugin_mintdb_postgres.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/mint/plugin_mintdb_postgres.c b/src/mint/plugin_mintdb_postgres.c index 8edee59ae..4b7637cf8 100644 --- a/src/mint/plugin_mintdb_postgres.c +++ b/src/mint/plugin_mintdb_postgres.c @@ -2348,6 +2348,7 @@ libtaler_plugin_mintdb_postgres_done (void *cls) struct TALER_MINTDB_Plugin *plugin = cls; struct PostgresClosure *pg = plugin->cls; + GNUNET_free (pg->TALER_MINT_db_connection_cfg_str); GNUNET_free (pg); GNUNET_free (plugin); return NULL; -- cgit v1.2.3