commit | 2437ceed1c2eec431dd66686a3a1ce26825ed5bd | [log] [tgz] |
---|---|---|
author | Aaron Liu <aaronjli@google.com> | Wed Jan 18 16:45:53 2023 -0800 |
committer | Aaron Liu <aaronjli@google.com> | Thu Jan 19 12:57:16 2023 -0800 |
tree | 37c17b6e01d82d51ea49fdd7307a081325db6b84 | |
parent | f71427b27e5b467fc7dcaa9571815eab0071f2eb [diff] |
Remove char state cache. Removes charpool which caches char state objects to be reused. This charpool was causing char state objects to duplicate. Fixes: 265978605 Test: open pin and spam enter to reset pin and spam pin numbers. I eventually get a duplicate. I also logged the char state array to confirm that the same char state object is being added in append. Change-Id: I9724fcf8d29d43069e298bb0407cea90405741b7