This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC3220SF: Possible memory leak in JSON library

Part Number: CC3220SF

Hello. There is probably a bug in the JSON library from TI SDK. See function <int16_t Json_createObject(Json_Handle *objHandle, Json_Handle templateHandle,
        uint16_t maxObjectSize)>, file json.c. A user is not able to free memory in case __JSON_Init returns value different from JSON_RC__OK, because in this case the link to jsonObject is lost