Files
zig/src
Andrew Kelley 73ba6bf30b stage2: fix memory leak of emit_bin.sub_path
Instead of juggling GPA-allocated sub_path (and ultimately dropping the
ball, in this analogy), `Compilation.create` allocates an
already-exactly-correct size `sub_path` that has the digest unpopulated.

This is then overwritten in place as necessary and used as the
`emit_bin.sub_path` value, and no allocations/frees are performed for
this file path.
2022-01-02 13:16:17 -07:00
..
2022-01-02 13:16:17 -07:00
2022-01-02 13:16:17 -07:00
2022-01-02 13:16:17 -07:00
2022-01-02 13:16:17 -07:00
2021-12-28 23:22:09 -07:00
2021-12-28 23:22:09 -07:00
2021-12-28 20:20:30 -07:00
2021-09-24 13:39:20 -04:00