am 5cb0f218: Merge "StringBlock_nativeCreate: Possible Leak"

* commit '5cb0f2184656642160e9ac032d0646f766058a5b':
  StringBlock_nativeCreate: Possible Leak
This commit is contained in:
Elliott Hughes
2012-12-21 18:13:29 -08:00
committed by Android Git Automerger

View File

@@ -52,6 +52,7 @@ static jint android_content_StringBlock_nativeCreate(JNIEnv* env, jobject clazz,
if (osb == NULL || osb->getError() != NO_ERROR) {
jniThrowException(env, "java/lang/IllegalArgumentException", NULL);
delete osb;
return 0;
}