lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] No used outpacket_buf


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

Sorry,  it is usd by pap, chap, and etc.

Should I call pppInit for multi times?  I called pppInit multi times on the condition

1. PPP is exited and the whole tcpip stack is exit. (Modem PPP)



On Mon, Feb 9, 2009 at 9:09 AM, yueyue papa <address@hidden> wrote:
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]