From: Wayne Davison Date: Tue, 29 May 2007 00:52:08 +0000 (+0000) Subject: - Fixed a bug where a pool_free() on the most-recently allocated pool X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/e3d27df44468267e7086e63307a61a72c0e60a1e?hp=e3d27df44468267e7086e63307a61a72c0e60a1e - Fixed a bug where a pool_free() on the most-recently allocated pool item was trying to make that memory available to the pool, but it failed to adjust the right variable. - Fixed a bug in pool_free() where the return of the entire live extent back to unallocated status did not obey POOL_CLEAR. - Use the new() and new_array() functions instead of malloc(). - Changed the sqew variable to skew. - Some other minor formatting tweaks. ---