diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-11-21 23:50:29 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-11-21 23:50:29 +0100 |
commit | bd527f641217f8eee7133f8cf2cbd2363bbacf6c (patch) | |
tree | 0a076ba1bc7ca36846c427ce488d9670899aa94f | |
parent | 4c5614c0b0a0b9d4cb5feb6057bbcda142e62b77 (diff) |
-Fix memory leak.v0.9.0-dev.1
-rw-r--r-- | src/backend/taler-merchant-httpd_spa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/taler-merchant-httpd_spa.c b/src/backend/taler-merchant-httpd_spa.c index d36168c1..0258f883 100644 --- a/src/backend/taler-merchant-httpd_spa.c +++ b/src/backend/taler-merchant-httpd_spa.c @@ -174,6 +174,7 @@ TMH_spa_init () } return GNUNET_SYSERR; } + GNUNET_free (dn); GNUNET_break (MHD_YES == MHD_add_response_header (spa, MHD_HTTP_HEADER_CONTENT_TYPE, |