Suhel Chakraborty
Results
1
comments of
Suhel Chakraborty
Yes, your assumption is correct. It will leak memory on failure. This can be resolved in 2 ways: 1. Calling `json_free()` at fallible points in each parsing step. 2. Sizing...