Hi All,

I found a memory leak in PPP. After debug I found the problem is in
pppInit(void).

The pppInit could not be called many time, the memory will leaked in
outpacket_buf.

u_char *outpacket_buf[NUM_PPP];

But I found the outpacket_buf is never used in PPP stack, am I right?

Lee
_______________________________________________
lwip-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to