This commit is contained in:
Christian Grothoff 2019-09-05 03:53:47 +02:00
parent e5cf603963
commit e179fb9ba0
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -7743,6 +7743,7 @@ libtaler_plugin_exchangedb_postgres_done (void *cls)
struct PostgresClosure *pg = plugin->cls;
GNUNET_free (pg->connection_cfg_str);
GNUNET_free (pg->currency);
GNUNET_free (pg);
GNUNET_free (plugin);
return NULL;