summaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_deposit.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-16 14:04:02 +0100
committerChristian Grothoff <christian@grothoff.org>2015-01-16 14:04:02 +0100
commitf398b34414e3dbde31c0ec4b627aaa7ccf593ee0 (patch)
treecc860a395f2799e28caf02cc72707f0c6a3ec940 /src/mint/taler-mint-httpd_deposit.c
parentf58fb4fc21be694096ae223fe0990ab93a52e815 (diff)
downloadexchange-f398b34414e3dbde31c0ec4b627aaa7ccf593ee0.tar.gz
exchange-f398b34414e3dbde31c0ec4b627aaa7ccf593ee0.tar.bz2
exchange-f398b34414e3dbde31c0ec4b627aaa7ccf593ee0.zip
adding logic to free buffers allocated for POST processing when connection dies without completion
Diffstat (limited to 'src/mint/taler-mint-httpd_deposit.c')
-rw-r--r--src/mint/taler-mint-httpd_deposit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mint/taler-mint-httpd_deposit.c b/src/mint/taler-mint-httpd_deposit.c
index 8c040b691..f1df0ad89 100644
--- a/src/mint/taler-mint-httpd_deposit.c
+++ b/src/mint/taler-mint-httpd_deposit.c
@@ -88,7 +88,7 @@ TALER_MINT_handler_deposit (struct RequestHandler *rh,
PGconn *db_conn;
int res;
- res = process_post_json (connection,
+ res = TALER_MINT_parse_post_json (connection,
connection_cls,
upload_data, upload_data_size,
&json);