summaryrefslogtreecommitdiff
path: root/src/backenddb/plugin_merchantdb_postgres.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backenddb/plugin_merchantdb_postgres.c')
-rw-r--r--src/backenddb/plugin_merchantdb_postgres.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c
index 88944c9f..1360d90c 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -4806,7 +4806,7 @@ postgres_lookup_reserve (void *cls,
ltc.tips);
}
for (unsigned int i = 0; i<ltc.tips_length; i++)
- GNUNET_free_non_null (ltc.tips[i].reason);
+ GNUNET_free (ltc.tips[i].reason);
GNUNET_array_grow (ltc.tips,
ltc.tips_length,
0);