commit | d19ee8a07f318dad1d1c3f994a09d66621a5a778 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Fri Oct 15 18:04:46 2010 +0000 |
committer | Dan Gohman <gohman@apple.com> | Fri Oct 15 18:04:46 2010 +0000 |
tree | ab499e8d1348eda9f6277051507cdd98abc148ed | |
parent | e4b3d6b379658b4d314cb79dfd15c5ac5f6ae22c [diff] [blame] |
Don't leak the TBAA object. llvm-svn: 116595
diff --git a/clang/lib/CodeGen/CodeGenModule.cpp b/clang/lib/CodeGen/CodeGenModule.cpp index 660564d..d71c74b 100644 --- a/clang/lib/CodeGen/CodeGenModule.cpp +++ b/clang/lib/CodeGen/CodeGenModule.cpp
@@ -92,6 +92,7 @@ CodeGenModule::~CodeGenModule() { delete Runtime; delete &ABI; + delete TBAA; delete DebugInfo; }