summaryrefslogtreecommitdiff
path: root/src/backenddb
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-05 20:48:08 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-05 20:48:08 +0200
commitf82923526d6f7f688677b15f416a3b41f9feff2b (patch)
tree0828efc987e87f9a21b366fca79ccbc228e7e50f /src/backenddb
parentdf3b47466499d0d937f3d53b259ae8efc8961aa8 (diff)
downloadmerchant-f82923526d6f7f688677b15f416a3b41f9feff2b.tar.gz
merchant-f82923526d6f7f688677b15f416a3b41f9feff2b.tar.bz2
merchant-f82923526d6f7f688677b15f416a3b41f9feff2b.zip
GNUNET_free_non_null -> GNUNET_free rename
Diffstat (limited to 'src/backenddb')
-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);