fix leak
This commit is contained in:
parent
e5cf603963
commit
e179fb9ba0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user