db: Free the connection_cfg_str created during postgres plugin load
This commit is contained in:
parent
c53a4d5b82
commit
7e37ee5afe
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user