diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-02-13 16:24:38 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-02-13 16:24:38 +0100 |
commit | 12deb6c2670f663a3c0734e28673f508fffa3210 (patch) | |
tree | 0ca246a3b65bf20c541859882edb74225db4a3df /src/exchangedb | |
parent | cd17d095e8d542d6cef854e8394472364e9a01b9 (diff) |
fix memory 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 922ab6dab..e56839838 100644 --- a/src/exchangedb/exchangedb_accounts.c +++ b/src/exchangedb/exchangedb_accounts.c @@ -121,6 +121,7 @@ check_for_account (void *cls, ctx->cb (ctx->cb_cls, &ai); } + GNUNET_free (payto_uri); GNUNET_free (method); } |