This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Memory leaks in modem_info_json.c

The memory returned by the pointer returned from cJSON_PrintUnformatted() in below file must be freed.

https://github.com/NordicPlayground/fw-nrfconnect-nrf/blob/master/lib/modem_info/modem_info_json.c

Related