comparison packages/redboot/current/ChangeLog @ 1421:170fbc1a5bbc

Clean up memory pool initialization
author gthomas
date Fri, 05 Dec 2003 15:10:52 +0000
parents 9721661d7ecc
children 951813e462b6
comparison
equal deleted inserted replaced
1420:9721661d7ecc 1421:170fbc1a5bbc
1 2003-12-05 Gary Thomas <gary@mlbassoc.com>
2
3 * src/decompress.c (gzip_init): Memory pool initialization should
4 only be done in _zlib_init().
5
1 2003-12-05 Ian Campbell <icampbell@arcom.com> 6 2003-12-05 Ian Campbell <icampbell@arcom.com>
2 7
3 * src/decompress.c: Ensure that free'd blocks are returned to the 8 * src/decompress.c: Ensure that free'd blocks are returned to the
4 free pool and that adjacent free blocks are merged. Initialise the 9 free pool and that adjacent free blocks are merged. Initialise the
5 pool in _zlib_init() so that things are initialised even when 10 pool in _zlib_init() so that things are initialised even when