mirror of
https://github.com/ziglang/zig.git
synced 2024-11-16 09:03:12 +00:00
dd4e9fb16b
parseString() created a copy of the string using the wrong allocator. Instead of using the ArenaAllocator, it was using the allocator passed into Parser.init(). This lead to a leak as the copied string was not freed when the ArenaAllocator was deinited. |
||
---|---|---|
.. | ||
include | ||
libc | ||
libcxx/include | ||
libunwind | ||
std |