commit | 4e8a3abd9d3051662ef73263ab868487dffab4b9 | [log] [tgz] |
---|---|---|
author | Hiroki Mine <Hiroki.Mine@sony.com> | Tue Feb 28 14:24:28 2023 +0900 |
committer | Emilian Peev <epeev@google.com> | Tue May 09 19:15:20 2023 -0700 |
tree | 500b41b429b77111c8a8607d90bd312104c57a3d | |
parent | af51da31112fbea2e591a3b83f22ac095cb8f7e4 [diff] |
Fix the memory leak during high speed recording During high speed recording, 4 CaptureResults are marked in the mPartialResults at one time, but only 1 is removed. This change fixes to remove requestCount of CaptureResults at one time. Bug: 271052477 Change-Id: I15efe031ef37315118f65b8a3e82f4aec68d9820