From 79f8e67a0cb5494d6f2d542932146ae37d229aeb Mon Sep 17 00:00:00 2001 From: John Franklin Date: Tue, 27 Jun 2017 06:02:08 -0500 Subject: [PATCH] Call u3a_free() in _http_release_ports_file(). Addresses https://github.com/urbit/urbit/issues/835. --- vere/http.c | 1 + 1 file changed, 1 insertion(+) diff --git a/vere/http.c b/vere/http.c index 01fda23f5..9a128034e 100644 --- a/vere/http.c +++ b/vere/http.c @@ -1129,6 +1129,7 @@ _http_release_ports_file(c3_c *pax_c) snprintf(paf_c, pal_i, "%s/%s", pax_c, ".http.ports"); unlink(paf_c); + u3a_free(paf_c); } /* u3_http_io_init(): initialize http I/O.