----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1295/#review3073 -----------------------------------------------------------
Ship it! Ship It! - Ali Saidi On July 6, 2012, 12:21 a.m., Andreas Hansson wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://reviews.gem5.org/r/1295/ > ----------------------------------------------------------- > > (Updated July 6, 2012, 12:21 a.m.) > > > Review request for Default. > > > Description > ------- > > Changeset 9086:b2cb60523e6f > --------------------------- > 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. > > > Diffs > ----- > > src/base/loader/hex_file.cc 5f0321c03a26 > src/cpu/activity.hh 5f0321c03a26 > src/cpu/activity.cc 5f0321c03a26 > src/cpu/base.cc 5f0321c03a26 > src/cpu/o3/regfile.hh 5f0321c03a26 > src/dev/arm/pl111.hh 5f0321c03a26 > src/dev/arm/pl111.cc 5f0321c03a26 > src/dev/ethertap.cc 5f0321c03a26 > src/dev/i8254xGBe.hh 5f0321c03a26 > src/dev/i8254xGBe.cc 5f0321c03a26 > src/dev/ns_gige.cc 5f0321c03a26 > src/mem/cache/mshr.cc 5f0321c03a26 > src/mem/cache/tags/fa_lru.hh 5f0321c03a26 > src/mem/cache/tags/fa_lru.cc 5f0321c03a26 > src/mem/cache/tags/iic.cc 5f0321c03a26 > src/mem/page_table.cc 5f0321c03a26 > src/sim/serialize.hh 5f0321c03a26 > src/sim/serialize.cc 5f0321c03a26 > > Diff: http://reviews.gem5.org/r/1295/diff/ > > > Testing > ------- > > util/regress all passing (disregarding t1000 and eio) > > > Thanks, > > Andreas Hansson > > _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
