summaryrefslogtreecommitdiff
path: root/src/backenddb/plugin_merchantdb_postgres.c
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-02-27 11:43:48 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-02-27 11:43:48 +0100
commit70fb2c92c5e9a213f9d1f055f2eb244a9d728187 (patch)
tree99a3439d3f753fd48b85989aa2c64600664dbe46 /src/backenddb/plugin_merchantdb_postgres.c
parent5b8db592ecf5409fe7682df7891703b95bfa3de9 (diff)
downloadmerchant-70fb2c92c5e9a213f9d1f055f2eb244a9d728187.tar.gz
merchant-70fb2c92c5e9a213f9d1f055f2eb244a9d728187.tar.bz2
merchant-70fb2c92c5e9a213f9d1f055f2eb244a9d728187.zip
Fix #4925.
Diffstat (limited to 'src/backenddb/plugin_merchantdb_postgres.c')
-rw-r--r--src/backenddb/plugin_merchantdb_postgres.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c
index a6c1feb4..8ec3775a 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -784,6 +784,7 @@ postgres_find_proposal_data_by_date (void *cls,
cb (cb_cls,
order_id,
proposal_data);
+
GNUNET_PQ_cleanup_result (rs);
}
PQclear (result);