cJSON icon indicating copy to clipboard operation
cJSON copied to clipboard

A resourceLeak error find by cppcheck

Open linxt20 opened this issue 9 months ago • 0 comments

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

linxt20 avatar Apr 20 '25 12:04 linxt20