aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_insert_kyc_attributes.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-10-29 20:27:23 +0100
committerChristian Grothoff <christian@grothoff.org>2023-10-29 20:27:23 +0100
commit9d71f037c015246ff5b2a804771cff9d84eb95dd (patch)
tree4bbcdedbf96152aebf5210a314b02160376e3e2f /src/exchangedb/pg_insert_kyc_attributes.c
parente23c8b6a115158ee54653bff9af664ba9b73b44e (diff)
downloadexchange-9d71f037c015246ff5b2a804771cff9d84eb95dd.tar.xz
-fix leaks
Diffstat (limited to 'src/exchangedb/pg_insert_kyc_attributes.c')
-rw-r--r--src/exchangedb/pg_insert_kyc_attributes.c2
1 files changed, 1 insertions, 1 deletions
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)