Page 1 of 1

How to do tcpip_adapter_deinit() ?

Posted: Fri Jan 19, 2018 7:50 am
by nayana
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

Re: How to do tcpip_adapter_deinit() ?

Posted: Tue Jun 11, 2019 9:25 am
by MichaelNegatu
Hello,

I'm having the same issue with the tcp_adapter_init() function. Did you find any solutions ?

Thank you for your help,

Michael