From be535b68e1c5911c9ec011a0d24714d0f4b42377 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 9 Jul 2015 22:10:14 +0200 Subject: fix a few pointer passing issues, add remark about #3886 --- src/mint/taler-mint-httpd_parsing.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mint/taler-mint-httpd_parsing.c') diff --git a/src/mint/taler-mint-httpd_parsing.c b/src/mint/taler-mint-httpd_parsing.c index b29cdeab..0f31e865 100644 --- a/src/mint/taler-mint-httpd_parsing.c +++ b/src/mint/taler-mint-httpd_parsing.c @@ -273,6 +273,7 @@ TMH_PARSE_post_json (struct MHD_Connection *connection, ? GNUNET_SYSERR : GNUNET_NO; } /* everything OK, wait for more POST data */ + fprintf (stderr, "Init %p\n", r); *upload_data_size = 0; *con_cls = r; return GNUNET_YES; @@ -314,6 +315,8 @@ TMH_PARSE_post_json (struct MHD_Connection *connection, TMH_RESPONSE_reply_invalid_json (connection)) ? GNUNET_NO : GNUNET_SYSERR; } + fprintf (stderr, "Deinit %p\n", r); + buffer_deinit (r); GNUNET_free (r); *con_cls = NULL; -- cgit v1.2.3