fix ftbfs
authorSchanzenbach, Martin <mschanzenbach@posteo.de>
Tue, 20 Nov 2018 13:24:51 +0000 (14:24 +0100)
committerSchanzenbach, Martin <mschanzenbach@posteo.de>
Tue, 20 Nov 2018 13:24:51 +0000 (14:24 +0100)
src/gns/gnunet-gns-proxy.c

index bec5360ca339d3d9a6e104fc41428c9366894253..d9ce3a4b1c9bff6ac397e0bb762cb7d201873f72 100644 (file)
@@ -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')))