diff options
author | Mathieu Chartier <mathieuc@google.com> | 2016-03-02 10:30:23 -0800 |
---|---|---|
committer | Mathieu Chartier <mathieuc@google.com> | 2016-03-02 10:47:20 -0800 |
commit | 5b83050affa6a3b1d3863c0b903f9d48fe4aefb2 (patch) | |
tree | 6ffce3adefced9b6ab9f019327e542e0535e225e /compiler/optimizing/graph_visualizer.cc | |
parent | a71ec6419d9e80b354de721003c8b7929d224a49 (diff) |
Fix potential linear alloc memory leak
Previously, if we created a linear alloc for a class loader but
never created the class table, the linear alloc would never get
freed since it would have no corresponding ClassLoaderData.
Fixes valgrind-test-art-host-gtest-oat_test
Bug: 27384882
Change-Id: Ic8f35b58c3117127a39521b6b9d25ef12c72040c
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions