commit | e2310c27c8ce9906e09bbf40a3d97a0d9d7831f7 | [log] [tgz] |
---|---|---|
author | Jeremiah Griffin <jzgriffin@google.com> | Tue Aug 22 09:43:16 2023 -0700 |
committer | Jeremiah Griffin <jzgriffin@google.com> | Tue Aug 22 09:46:06 2023 -0700 |
tree | b7d2b15e9980c18cc4d4b5e90ac66637c7471aa3 | |
parent | ac38ecbf68f37788e635e75c656ce9016166018d [diff] |
tests: Fix memory leak in thread test The error path of a utility function in the NDK program thread test could potentially leak an int if a thread-specific key had previously been assigned. Test: berberis_all Change-Id: I05dfa582f127ef3362f48f3708625ea678ed714d
Berberis: dynamic binary translator to run Android apps with riscv64 native code on x86_64 devices or emulators.