fixed bug #23847: do_close_internal references freed memory

This commit is contained in:
goldsimon
2008-07-14 20:12:36 +00:00
parent 8367feafa9
commit 99db244124
2 changed files with 19 additions and 6 deletions

View File

@@ -47,6 +47,10 @@ HISTORY
++ Bugfixes:
2008-08-14 Simon Goldschmidt
* api_msg.c: fixed bug #23847: do_close_internal references freed memory (when
tcp_close returns != ERR_OK)
2008-07-08 Frédéric Bernon
* stats.h: Fix some build bugs introduced with patch #6483 (missing some parameters
in macros, mainly if MEM_STATS=0 and MEMP_STATS=0).