Fix memory leak in unit test.
authorBenjamin Kramer <benny.kra@googlemail.com>
Fri, 9 Dec 2016 13:12:30 +0000 (13:12 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Fri, 9 Dec 2016 13:12:30 +0000 (13:12 +0000)
commit9fcb7fe51e57a9beb574f4ccaaa04c198ab355f5
tree7033c924babefac340f587372ea41200cdffea93
parentfb1fb81406d087057398da8ea0614ef1be32d8f3
Fix memory leak in unit test.

The StringPool entries are destroyed with the allocator, the string pool
itself is not.

llvm-svn: 289207
llvm/unittests/DebugInfo/DWARF/DwarfGenerator.cpp
llvm/unittests/DebugInfo/DWARF/DwarfGenerator.h