mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-02 07:06:41 +03:00
Call u3a_free() in _http_release_ports_file(). Addresses https://github.com/urbit/urbit/issues/835.
This commit is contained in:
parent
311931d04a
commit
79f8e67a0c
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user