codeview: use nasm_free() instead of plain free()
commit6a5b3ecb160dbb06a91158d889912a7d370bfcd0
authorH. Peter Anvin <hpa@linux.intel.com>
Tue, 10 May 2016 19:24:04 +0000 (10 12:24 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 10 May 2016 22:40:24 +0000 (10 15:40 -0700)
treee2e662ea146d31c9bf1ed6656d64229d9147a7cc
parent771d04e263f16ed496da3573e8b0481d7c25314d
codeview: use nasm_free() instead of plain free()

We want to consistently use our allocator wrapper functions whereever
possible.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
output/codeview.c