cJSON
cJSON copied to clipboard
A resourceLeak error find by cppcheck
In fuzzing/fuzz_main.c, a resource leak was found using the cpp_check tool. After checking, the code did not close the file handle in time. Although the relevant resources will be automatically recycled after the program ends, this should not be a good programming habit. If you refer to my suggestions and fix it, this project will become healthier and healthier