]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[malloc] Discard all cached data on shutdown
authorMichael Brown <mcb30@ipxe.org>
Mon, 30 Apr 2012 19:33:23 +0000 (20:33 +0100)
committerMichael Brown <mcb30@ipxe.org>
Fri, 4 May 2012 14:15:34 +0000 (15:15 +0100)
commitdf2773193ec1aaf7b53d3e51c6431cdb2ee313b9
treefaa89a6d508d217f40ab007d5ac0e4f3be9cda5c
parent838a76a0426844e918d12ae0d2e2ee7622a0eca6
[malloc] Discard all cached data on shutdown

Allow detection of genuine memory leaks by ensuring that all cached
data is freed on shutdown.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/core/malloc.c