commit | 6282dc12440a2072dc06a616160027ff21bd895e | [log] [tgz] |
---|---|---|
author | Ian Rogers <irogers@google.com> | Thu Apr 18 15:54:02 2013 -0700 |
committer | Ian Rogers <irogers@google.com> | Thu Apr 18 15:54:02 2013 -0700 |
tree | 1e318fea04d927f55ec50267e36d539984016ed1 | |
parent | 5d10a87ea630b22180d3731018a70b77270c726e [diff] [blame] |
MIR tidying. Fix memory leak in the MIR graph m_units_. Don't shadow the arena_ field in Backend. Change-Id: I0ffaebd088f1383205bde9fb34c5d33156bb7260
diff --git a/src/compiler/driver/dex_compilation_unit.h b/src/compiler/driver/dex_compilation_unit.h index 0fc1123..a9bb64f 100644 --- a/src/compiler/driver/dex_compilation_unit.h +++ b/src/compiler/driver/dex_compilation_unit.h
@@ -97,7 +97,7 @@ } private: - CompilationUnit* cu_; + CompilationUnit* const cu_; const jobject class_loader_;