commit | e1c24e23157604a0f9ff2129adf6f67aff8761dc | [log] [tgz] |
---|---|---|
author | Keith Mok <keithmok@google.com> | Fri Sep 16 17:32:02 2022 +0000 |
committer | Keith Mok <keithmok@google.com> | Fri Sep 16 17:43:10 2022 +0000 |
tree | 51b80a60a505ccc5f46661a7128e66bfdeda7e28 | |
parent | e583df86038451c8a60b2b943f403cc294ae5c97 [diff] |
bittube_fuzzer: Fix memory leak This test has memory leak, and fuzzing will terminate after a single iteration. Bittube is a RefBase object, need to use sp instead of declared it as a local variable directly. Test: bittube_fuzzer Bug: 241346940 Bug: 243132994 Change-Id: I34c8fd0a5c5daf8c368689f2104a42e013d3a03f