[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [bug #17726] PPP: memory wasting with every reconnection by
From: |
anonymous |
Subject: |
[lwip-devel] [bug #17726] PPP: memory wasting with every reconnection by pppClose/SIG |
Date: |
Sat, 09 Dec 2006 21:46:19 +0000 |
User-agent: |
Opera/9.01 (Windows NT 5.1; U; pl) |
Follow-up Comment #3, bug #17726 (project lwip):
the change was done in ppp.c 1.2.0 now:
--- ppp2.c Sat Dec 9 22:40:57 2006
+++ ppp.c Sat Dec 9 22:40:54 2006
@@ -1243,6 +1243,7 @@
}
}
PPPDEBUG((LOG_INFO, "pppMain: unit %d: PHASE_DEAD\n", pd));
+ pppDrop(pc); // bug fix #17726
pbuf_free(p);
out:
best regards
JU
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?17726>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-devel] [bug #17726] PPP: memory wasting with every reconnection by pppClose/SIG,
anonymous <=