commit | 23e3fe93ac88f1b55229385df369aa04678ae342 | [log] [tgz] |
---|---|---|
author | Greg Clayton <gclayton@apple.com> | Thu Dec 08 16:57:04 2016 +0000 |
committer | Greg Clayton <gclayton@apple.com> | Thu Dec 08 16:57:04 2016 +0000 |
tree | beaa1d2a9c8f858acc2fcf448c903c2f8100b752 | |
parent | c3e85bfe21db848cd8501e815c7dfcfa5b1e8295 [diff] |
Fix ASAN buildbots by fixing a double free crash. The dwarfgen::Generator::StringPool was in a unique_ptr but it was owned by the Allocator member variable so it was being free twice. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289070 91177308-0d34-0410-b5e6-96231b3b80d8