commit | 7a883af438f35ebdfa9a57ad9f32828a19d6c82a | [log] [tgz] |
---|---|---|
author | Yu-Han Yang <yuhany@google.com> | Mon Jan 31 15:15:06 2022 -0800 |
committer | Yu-Han Yang <yuhany@google.com> | Tue Feb 01 11:02:02 2022 -0800 |
tree | 56f7fb0039e7b844f502b2cf1a093eabdda1958a | |
parent | 17456caf69fb573a01f9ed90602283a502ce5c45 [diff] |
DO NOT MERGE: Call DeleteLocalRef on callObjectMethod's returned value CallObjectMethod returns a local reference that's causing memory leakage. We need to make sure all these local refs are deleted. This change combines I7462bd9293b214d75df5196ae42b4da1da904e1a (ag/16752598) and I85d68039a5f3951cb629fd4286b182c93a7293e1 (ag/16765005) from the master branch. Bug: 214967397 Test: manual Change-Id: Idb222eab7a498b23a194272543b2dab235eaf002