lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] No used outpacket_buf


From: yueyue papa
Subject: [lwip-users] No used outpacket_buf
Date: Mon, 9 Feb 2009 09:09:42 +0800

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


reply via email to

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