commit | 7cdc616a01d220c4f617718e8e7498a40470c6aa | [log] [tgz] |
---|---|---|
author | Sebastian Franco <fransebas@google.com> | Mon Mar 27 11:18:14 2023 -0700 |
committer | Sebastian Franco <fransebas@google.com> | Mon Mar 27 11:18:14 2023 -0700 |
tree | 3b2547c08852f75f781513a315a095db9ed86bc7 | |
parent | 1a09d4a2a2ac4e71032f85288377717ef44a5591 [diff] |
Changing global variable for local variable to prevent memory leaks The array mTmpObjArray is not properly clean but ther is no need for the array to be global since every time is used is provided so a use of a local variable will make sure is never leaked. Fix: 269163620 Test: the flake related to memory leak on testWorkspace should dissapear Change-Id: I29fb3dd6419f621f2ccce9db2fc5ed86358f7516