summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Ian Rogers <irogers@google.com> 2012-02-15 17:20:46 -0800
committer Android (Google) Code Review <android-gerrit@google.com> 2012-02-15 17:20:46 -0800
commit53a25dba44cb38d83931d47613cfe5b2abc5c299 (patch)
tree26e9e60a76686616cb849ff703669a8dd9d5e4a2
parent83426160568b62b22a1f1559cace78b5152c7749 (diff)
parent7c3757fb51450d0669883c82375040ece051e189 (diff)
Merge "Missing initialization" into dalvik-dev
-rw-r--r--src/runtime.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime.cc b/src/runtime.cc
index 99dc0d87e6..31b6539f44 100644
--- a/src/runtime.cc
+++ b/src/runtime.cc
@@ -61,6 +61,7 @@ Runtime::Runtime()
java_vm_(NULL),
jni_stub_array_(NULL),
abstract_method_error_stub_array_(NULL),
+ system_class_loader_(NULL),
shutting_down_(false),
started_(false),
vfprintf_(NULL),