Fix: Address a few benign memory leaks
Review Request #1295 - Created July 5, 2012 and submitted
| Information | |
|---|---|
| Andreas Hansson | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
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.
util/regress all passing (disregarding t1000 and eio)
Ship It!
