From: Schanzenbach, Martin Date: Tue, 20 Nov 2018 13:24:51 +0000 (+0100) Subject: fix ftbfs X-Git-Tag: v0.11.0~232 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=14180e7ab413f6759b484a9565bc91b895d4c132;p=oweals%2Fgnunet.git fix ftbfs --- diff --git a/src/gns/gnunet-gns-proxy.c b/src/gns/gnunet-gns-proxy.c index bec5360ca..d9ce3a4b1 100644 --- a/src/gns/gnunet-gns-proxy.c +++ b/src/gns/gnunet-gns-proxy.c @@ -1276,6 +1276,8 @@ curl_check_hdr (void *buffer, s5r->domain); hdr_val = new_location; } + GNUNET_free (leho_host); + } /* MHD does not allow certain characters in values, remove those */ if (NULL != (tok = strchr (hdr_val, '\n')))