aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_reserves_in_insert.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_reserves_in_insert.c
parente23c8b6a115158ee54653bff9af664ba9b73b44e (diff)
-fix leaks
Diffstat (limited to 'src/exchangedb/pg_reserves_in_insert.c')
-rw-r--r--src/exchangedb/pg_reserves_in_insert.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchangedb/pg_reserves_in_insert.c b/src/exchangedb/pg_reserves_in_insert.c
index 1b8540456..17cb496bf 100644
--- a/src/exchangedb/pg_reserves_in_insert.c
+++ b/src/exchangedb/pg_reserves_in_insert.c
@@ -246,6 +246,7 @@ TEH_PG_reserves_in_insert (
params,
&helper_cb,
&ctx);
+ GNUNET_PQ_cleanup_query_params_closures (params);
if ( (qs < 0) ||
(GNUNET_OK != ctx.status) )
{