Fixed the memory leak when receiving Nav messages
Bug: 32038182 Change-Id: Ie659dc945d6efc7feaf9285d3e7375c90cba7234
This commit is contained in:
@@ -1087,6 +1087,7 @@ void JavaObject::callSetter(
|
||||
method_name,
|
||||
"([B)V");
|
||||
env_->CallVoidMethod(object_, method, array);
|
||||
env_->DeleteLocalRef(array);
|
||||
}
|
||||
|
||||
jobject JavaObject::get() {
|
||||
|
||||
Reference in New Issue
Block a user