zig/lib
Sebastian Keller dd4e9fb16b Fixed a leak in the json parser.
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.
2019-11-06 14:00:36 -05:00
..
include update C header files to clang 9.0.0rc4 2019-09-10 13:30:43 -04:00
libc update musl src to v1.1.24 2019-10-17 11:55:43 -04:00
libcxx/include update libcxx to 9.0.0-rc2 2019-08-20 19:36:26 -04:00
libunwind update libunwind to llvm9 2019-07-19 16:54:00 -04:00
std Fixed a leak in the json parser. 2019-11-06 14:00:36 -05:00