4 February 2004, Leon Woestenberg <leon.woestenberg@gmx.net>

tcp_out.c: queue was not initialized to NULL, but was referenced in memerr cleanup code.
This commit is contained in:
likewise 2005-02-04 13:31:29 +00:00
parent 3160488352
commit ac5c6695c1

View File

@ -11,6 +11,9 @@ FUTURE
HISTORY
2005-02-03 Leon Woestenberg <leon.woestenberg@gmx.net>
* tcp_out.c: Fixed uninitialized 'queue' referenced in memerr branch.
2005-01-04 Leon Woestenberg <leon.woestenberg@gmx.net>
* pbuf.c: Fixed missing semicolon after LWIP_DEBUG statement.