diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-06-14 11:49:20 +0200 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-06-14 11:49:20 +0200 |
commit | 6a8c5209c35470ac90b1f4d79d05e28bfa42c8ef (patch) | |
tree | 3878112d77fda4a4c5ef24ce971c96788be34320 /src/exchangedb | |
parent | 7d84a0eadfb9f16e29022f2fdef847f4e87ba719 (diff) |
fix leaks.
Diffstat (limited to 'src/exchangedb')
-rw-r--r-- | src/exchangedb/exchangedb_accounts.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchangedb/exchangedb_accounts.c b/src/exchangedb/exchangedb_accounts.c index 275e92674..10328fbe3 100644 --- a/src/exchangedb/exchangedb_accounts.c +++ b/src/exchangedb/exchangedb_accounts.c @@ -100,6 +100,7 @@ check_for_account (void *cls, ai.plugin_name = plugin_name; ai.payto_url = payto_url; ai.wire_response_filename = wire_response_filename; + ai.debit_enabled = (GNUNET_YES == GNUNET_CONFIGURATION_get_value_yesno (ctx->cfg, section, |