forkachild / C-Simple-JSON-Parser

Extremely lightweight, easy-to-use & blazing fast JSON parsing library written in pure C
https://forkachild.github.io/C-Simple-JSON-Parser/
MIT License
45 stars 16 forks source link

Fix memory leak in obj->entries hash map #16

Closed akorzan closed 1 year ago

akorzan commented 1 year ago

Allocated by json_parse_object when generating the hash map.