From f398b34414e3dbde31c0ec4b627aaa7ccf593ee0 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 16 Jan 2015 14:04:02 +0100 Subject: adding logic to free buffers allocated for POST processing when connection dies without completion --- src/mint/taler-mint-httpd_deposit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mint/taler-mint-httpd_deposit.c') diff --git a/src/mint/taler-mint-httpd_deposit.c b/src/mint/taler-mint-httpd_deposit.c index 8c040b69..f1df0ad8 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); -- cgit v1.2.3