checked in patch #5913: in memp_malloc() we can return memp as mem to save a little RAM (next pointer of memp is not used while not in pool).

This commit is contained in:
goldsimon
2007-05-04 15:52:11 +00:00
parent 5a12aeb4a1
commit 7f232b43ff
2 changed files with 8 additions and 5 deletions

View File

@@ -125,6 +125,10 @@ HISTORY
++ Bug fixes:
2007-05-04 Simon Goldschmidt
* memp.c: checked in patch #5913: in memp_malloc() we can return memp as mem
to save a little RAM (next pointer of memp is not used while not in pool).
2007-05-03 "maq"
* sockets.c: Fix ioctl FIONREAD when some data remains from last recv.
(patch #3574).