Fix: Address a few benign memory leaks
authorAndreas Hansson <andreas.hansson@arm.com>
Mon, 9 Jul 2012 16:35:30 +0000 (12:35 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Mon, 9 Jul 2012 16:35:30 +0000 (12:35 -0400)
commitff5718f042ecccee694ae79c9386a589fd77e8ef
tree2caecba4b46e01b1dc964b62eac700219b6aa382
parent92eaac07118a620c2c9dd48921eefcb7ca4422a8
Fix: Address a few benign memory leaks

This patch is the result of static analysis identifying a number of
memory leaks. The leaks are all benign as they are a result of not
deallocating memory in the desctructor. The fix still has value as it
removes false positives in the static analysis.
18 files changed:
src/base/loader/hex_file.cc
src/cpu/activity.cc
src/cpu/activity.hh
src/cpu/base.cc
src/cpu/o3/regfile.hh
src/dev/arm/pl111.cc
src/dev/arm/pl111.hh
src/dev/ethertap.cc
src/dev/i8254xGBe.cc
src/dev/i8254xGBe.hh
src/dev/ns_gige.cc
src/mem/cache/mshr.cc
src/mem/cache/tags/fa_lru.cc
src/mem/cache/tags/fa_lru.hh
src/mem/cache/tags/iic.cc
src/mem/page_table.cc
src/sim/serialize.cc
src/sim/serialize.hh