From 9d71f037c015246ff5b2a804771cff9d84eb95dd Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 29 Oct 2023 20:27:23 +0100 Subject: -fix leaks --- src/exchangedb/pg_insert_kyc_attributes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/exchangedb/pg_insert_kyc_attributes.c') diff --git a/src/exchangedb/pg_insert_kyc_attributes.c b/src/exchangedb/pg_insert_kyc_attributes.c index bdddd020c..8b3cf84c6 100644 --- a/src/exchangedb/pg_insert_kyc_attributes.c +++ b/src/exchangedb/pg_insert_kyc_attributes.c @@ -99,9 +99,9 @@ TEH_PG_insert_kyc_attributes ( "insert_kyc_attributes", params, rs); + GNUNET_PQ_cleanup_query_params_closures (params); GNUNET_free (kyc_completed_notify_s); GNUNET_PQ_event_do_poll (pg->conn); - if (qs < 0) return qs; if (! ok) -- cgit v1.2.3