diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-01-16 14:04:02 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-01-16 14:04:02 +0100 |
commit | f398b34414e3dbde31c0ec4b627aaa7ccf593ee0 (patch) | |
tree | cc860a395f2799e28caf02cc72707f0c6a3ec940 /src/mint/taler-mint-httpd_responses.h | |
parent | f58fb4fc21be694096ae223fe0990ab93a52e815 (diff) |
adding logic to free buffers allocated for POST processing when connection dies without completion
Diffstat (limited to 'src/mint/taler-mint-httpd_responses.h')
-rw-r--r-- | src/mint/taler-mint-httpd_responses.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mint/taler-mint-httpd_responses.h b/src/mint/taler-mint-httpd_responses.h index 0e48341fd..230904519 100644 --- a/src/mint/taler-mint-httpd_responses.h +++ b/src/mint/taler-mint-httpd_responses.h @@ -90,4 +90,6 @@ TALER_MINT_reply_arg_missing (struct MHD_Connection *connection, const char *param_name); + + #endif |