lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-users] tcp_close memory leak


From: Tim Newsham
Subject: [lwip-users] tcp_close memory leak
Date: Mon, 19 Jul 2004 16:24:50 -1000 (HST)

I'm using lwip-0.7.2.

If you call tcp_close(tcp_new()) you will create new PCB's but
never destroy them.  The tcp_close function does not free
the pcb memory if the pcb is in the closed state.

Tim N.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]