Delete the relaxedLiveness object in the dtor of AnalysisContext.

llvm-svn: 112380
This commit is contained in:
Ted Kremenek 2010-08-28 18:59:04 +00:00
parent 94656b1c8c
commit 52ac860d9c
1 changed files with 1 additions and 0 deletions

View File

@ -334,6 +334,7 @@ AnalysisContext::~AnalysisContext() {
delete cfg;
delete completeCFG;
delete liveness;
delete relaxedLiveness;
delete PM;
delete PCA;
delete ReferencedBlockVars;