summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-24 22:33:26 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-24 22:33:26 +0200
commite46c5c1061f03f7893c0f3e91267824690b1a48b (patch)
tree2bbd7d766cbff1b9bdf12da7e35fcf487bf53761 /src
parenta9719c2ec964ce7ada589cdc9c3b25cfb4e4bfb6 (diff)
downloadanastasis-e46c5c1061f03f7893c0f3e91267824690b1a48b.tar.gz
anastasis-e46c5c1061f03f7893c0f3e91267824690b1a48b.tar.bz2
anastasis-e46c5c1061f03f7893c0f3e91267824690b1a48b.zip
-DCE
Diffstat (limited to 'src')
-rw-r--r--src/authorization/anastasis_authorization_plugin_iban.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/authorization/anastasis_authorization_plugin_iban.c b/src/authorization/anastasis_authorization_plugin_iban.c
index 9aa0b96..648902a 100644
--- a/src/authorization/anastasis_authorization_plugin_iban.c
+++ b/src/authorization/anastasis_authorization_plugin_iban.c
@@ -460,7 +460,6 @@ test_wire_transfers (struct ANASTASIS_AUTHORIZATION_State *as)
enum GNUNET_DB_QueryStatus qs;
struct GNUNET_TIME_Absolute now;
struct GNUNET_TIME_Absolute limit;
- char *debit_account_uri;
now = GNUNET_TIME_absolute_get ();
limit = GNUNET_TIME_absolute_subtract (now,
@@ -472,7 +471,6 @@ test_wire_transfers (struct ANASTASIS_AUTHORIZATION_State *as)
limit,
&check_payment_ok,
as);
- GNUNET_free (debit_account_uri);
switch (qs)
{
case GNUNET_DB_STATUS_HARD_ERROR: