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
..
2019-10-17 11:55:43 -04:00
2019-08-20 19:36:26 -04:00
2019-07-19 16:54:00 -04:00
2019-11-06 14:00:36 -05:00