Portable C libraries which provide APIs to build applications with u-blox products and services. Delivered as add-on to existing microcontroller and RTOS SDKs.
Apache License 2.0
313
stars
98
forks
source link
cell: Fix memory leak in case uAtClientUnlock returns failure #283
In the case uAtClientUnlock() in u_cell_http.c returned a failure code, the memory for pHttpInstance was not released.
The issue appeared rarely in combination with bad cellular coverage (disconnect during transmission attempt). The log files in indicated a memory leak:
In the case
uAtClientUnlock()
inu_cell_http.c
returned a failure code, the memory forpHttpInstance
was not released.The issue appeared rarely in combination with bad cellular coverage (disconnect during transmission attempt). The log files in indicated a memory leak: