How to do tcpip_adapter_deinit() ?
Posted: Fri Jan 19, 2018 7:50 am
Hi
I am working on wifi, to connect to wifi we have tcpip_adapter_init() to initialize adapter but counter part is not available, can anyone tell me how to de-allocate the memory that is assigned during tcpip_adapter_init() . Because of deinit() is not available i am facing 8kb memory leak. please reply me as soon as possible.
log:
MALLOC_CAP_8BIT critical leak: Before 253108 bytes free, After 241220 bytes free (delta 7988)
Regards
Nayana
I am working on wifi, to connect to wifi we have tcpip_adapter_init() to initialize adapter but counter part is not available, can anyone tell me how to de-allocate the memory that is assigned during tcpip_adapter_init() . Because of deinit() is not available i am facing 8kb memory leak. please reply me as soon as possible.
log:
MALLOC_CAP_8BIT critical leak: Before 253108 bytes free, After 241220 bytes free (delta 7988)
Regards
Nayana