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

getaddrinfo has memory leak

Hi,

I have nrf9160 dev board.

It seems to me that getaddrinfo() has memory leak. If socket is closed, and call getaddrinfo() to reopen, it returns -10 (memory) error.

David Zhou

Parents
  • Are you including a call to freeaddrinfo() after your call to getaddrinfo()?  It will consume memory on each call if you don't.

Reply
  • Are you including a call to freeaddrinfo() after your call to getaddrinfo()?  It will consume memory on each call if you don't.

Children