diff options
author | Elliott Hughes <enh@google.com> | 2011-08-25 18:09:09 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2011-08-25 18:48:47 -0700 |
commit | c1674ed06662420213441ff2b818f2f71f9098dc (patch) | |
tree | 2799982a5059feab2a680ce5d91c276e5852983c /src/jni_internal.h | |
parent | bafc342a37e423a19ac05f14800006ea9d67a941 (diff) | |
download | art-c1674ed06662420213441ff2b818f2f71f9098dc.zip art-c1674ed06662420213441ff2b818f2f71f9098dc.tar.gz art-c1674ed06662420213441ff2b818f2f71f9098dc.tar.bz2 |
Make valgrind happier and stop us leaking so much we can can't run the tests on a device.
Change-Id: Id8f45dde788fd84c10b0b5807b2d12eae529ba5e
Diffstat (limited to 'src/jni_internal.h')
-rw-r--r-- | src/jni_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jni_internal.h b/src/jni_internal.h index fec84ea..c8a5a39 100644 --- a/src/jni_internal.h +++ b/src/jni_internal.h @@ -61,6 +61,7 @@ struct JavaVMExt : public JavaVM { struct JNIEnvExt : public JNIEnv { JNIEnvExt(Thread* self, JavaVMExt* vm); + ~JNIEnvExt(); Thread* self; JavaVMExt* vm; |