diff options
author | 2025-01-23 19:17:08 +0000 | |
---|---|---|
committer | 2025-01-23 19:17:08 +0000 | |
commit | b979fd508c6d124aef181e177cf3bd8bc782fca1 (patch) | |
tree | 19184e6ee101d94e26a0df1573135d41561092f4 /compiler/compiler.h | |
parent | 7ed44baf0fd51165fb4bac25f318a87b619ef490 (diff) |
Fix memory-leak in mid_to_old_promo_bit_vec_
Due to wrong assumption that unique_ptr's release() deallocates the
managed object. Replacing it with reset(nullptr).
Bug: 343220989
Test: ART_HEAP_POISONING=true ART_USE_READ_BARRIER=false
./art/test/testrunner/run_build_test_target.py art-gtest-heap-poisoning
Change-Id: I7efc3aae7a61897bb772de4ba05d72b2187c99ef
Diffstat (limited to 'compiler/compiler.h')
0 files changed, 0 insertions, 0 deletions