exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit e179fb9ba0ffa39113b98788fa1f54cc7e51f349
parent e5cf6039632584ebf70073c1cf4ab5e655de0e90
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu,  5 Sep 2019 03:53:47 +0200

fix leak

Diffstat:
Msrc/exchangedb/plugin_exchangedb_postgres.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c @@ -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;