Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff6b0e24 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am f1896106: Merge "Fixed VM memory leak in AudioSystem JNI interface"

* commit 'f1896106':
  Fixed VM memory leak in AudioSystem JNI interface
parents 447b68e7 f1896106
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -129,6 +129,8 @@ android_media_AudioSystem_error_callback(status_t err)
    env->CallStaticVoidMethod(clazz, env->GetStaticMethodID(clazz,
                              "errorCallbackFromNative","(I)V"),
                              check_AudioSystem_Command(err));

    env->DeleteLocalRef(clazz);
}

static jint