commit | e891b6f40008af4957b5fa178394cf6979cf4558 | [log] [tgz] |
---|---|---|
author | Patrick Rohr <prohr@google.com> | Tue Dec 10 22:51:56 2024 +0000 |
committer | Patrick Rohr <prohr@google.com> | Tue Dec 10 22:51:56 2024 +0000 |
tree | 453f986096c453f5c990aecb2ae53f8e200d9c1c | |
parent | aee67c1e8fc57d4c3d87e1b0d7760bfa1fc706d2 [diff] |
Do not release prefix too early The hotspotPrefix was previously released on line 192, so when a new prefix was allocated on line 206, it was allowed to "conflict" with the now-released hotspotPrefix. This change moves the call to releaseDownstream() to the end, so the test can properly check for conflicts. Test: TH Bug: 375858174 Change-Id: Iac786237340fc14098701d86fa80946a7fb8e0b6