From a03ce46d2a3a1448b20b0f3cb2dbabe941e7b826 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 1 May 2023 23:11:11 +0200 Subject: fix various memory-use issues --- src/backenddb/plugin_merchantdb_postgres.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/backenddb/plugin_merchantdb_postgres.c') diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c index baaad568..c7ffe2a5 100644 --- a/src/backenddb/plugin_merchantdb_postgres.c +++ b/src/backenddb/plugin_merchantdb_postgres.c @@ -5336,7 +5336,9 @@ lookup_reserve_for_tip_cb (void *cls, continue; } if ( (! GNUNET_TIME_absolute_is_never (lac->expiration.abs_time)) && - GNUNET_TIME_timestamp_cmp (expiration, >, lac->expiration) && + GNUNET_TIME_timestamp_cmp (expiration, + >, + lac->expiration) && GNUNET_TIME_relative_cmp ( GNUNET_TIME_absolute_get_remaining (lac->expiration.abs_time), >, -- cgit v1.2.3