commit | d92bec457dc6c506c80e9da6b8e0c958266b5cdc | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Sep 02 17:04:36 2011 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri Sep 02 17:40:19 2011 -0700 |
tree | 50f28fd96411f68d4b91cc5943d159a00fcf88cb | |
parent | 4cdeec9686e1cd2d0118c96443e8c882dc849b7f [diff] [blame] |
More SIGQUIT handling, various Thread fixes. Change-Id: I3233c300d1c838c2eee0ba9be6018b7fbd907386
diff --git a/src/check_jni.cc b/src/check_jni.cc index 8a30279..dc58565 100644 --- a/src/check_jni.cc +++ b/src/check_jni.cc
@@ -917,7 +917,7 @@ * to "running" mode before doing the checks. */ void checkInstance(InstanceKind kind, jobject java_object) { - const char* what; + const char* what = NULL; switch (kind) { case kClass: what = "jclass";