fixed pbuf leak when PPP session is aborted through pppSigHUP() (bug #35541: PPP Memory Leak)

This commit is contained in:
goldsimon
2012-02-16 12:55:14 +01:00
parent 8d04da8c6e
commit 07af231f2b
2 changed files with 24 additions and 6 deletions

View File

@@ -62,6 +62,10 @@ HISTORY
++ Bugfixes:
2012-02-16: Simon Goldschmidt
* ppp.c: fixed pbuf leak when PPP session is aborted through pppSigHUP()
(bug #35541: PPP Memory Leak)
2012-02-16: Simon Goldschmidt
* etharp.c: fixed bug #35531: Impossible to send multicast without a gateway
(introduced when fixing bug# 33551)