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

Commit fe427f24 authored by Lifu Tang's avatar Lifu Tang
Browse files

Fixed the memory leak when receiving Nav messages

Bug: 32038182

Change-Id: Ie659dc945d6efc7feaf9285d3e7375c90cba7234
parent ad81502f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1087,6 +1087,7 @@ void JavaObject::callSetter(
            method_name,
            "([B)V");
    env_->CallVoidMethod(object_, method, array);
    env_->DeleteLocalRef(array);
}

jobject JavaObject::get() {