summaryrefslogtreecommitdiff
path: root/src/auditor/taler-helper-auditor-coins.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/auditor/taler-helper-auditor-coins.c')
-rw-r--r--src/auditor/taler-helper-auditor-coins.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/auditor/taler-helper-auditor-coins.c b/src/auditor/taler-helper-auditor-coins.c
index 9d5e66706..663532afb 100644
--- a/src/auditor/taler-helper-auditor-coins.c
+++ b/src/auditor/taler-helper-auditor-coins.c
@@ -1351,7 +1351,7 @@ refresh_session_cb (void *cls,
if (GNUNET_OK != reveal_ctx.err)
{
- GNUNET_free_non_null (reveal_ctx.new_issues);
+ GNUNET_free (reveal_ctx.new_issues);
return (GNUNET_SYSERR == reveal_ctx.err) ? GNUNET_SYSERR : GNUNET_OK;
}
@@ -1458,7 +1458,7 @@ refresh_session_cb (void *cls,
&value);
}
}
- GNUNET_free_non_null (reveal_ctx.new_issues);
+ GNUNET_free (reveal_ctx.new_issues);
}
/* update old coin's denomination balance */