db: Free the connection_cfg_str created during postgres plugin load

This commit is contained in:
Sree Harsha Totakura 2015-03-26 18:32:08 +01:00
parent c53a4d5b82
commit 7e37ee5afe

View File

@ -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;