nasmlib.c: log nasm_free() before calling free()
authorH. Peter Anvin <hpa@zytor.com>
Tue, 22 Jan 2008 00:29:10 +0000 (16:29 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 22 Jan 2008 00:29:10 +0000 (16:29 -0800)
commit216d074e9774b3010ba06f1fe1fa8f1175c42cdf
tree34c2ba752690061db88cca2b519674415b4a7cf1
parente3b418b137bc19ace23ed17c2809fb3a7b80309e
nasmlib.c: log nasm_free() before calling free()

If we're logging nasm_free(), then log it before we actually call
free(); that way we can find out what the last thing was if free()
crashes.
nasmlib.c