commit | f5e16139f28d650536024280a16dcf73513baf46 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Oct 12 04:22:44 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Oct 12 04:22:44 2009 +0000 |
tree | 750c31bdc25eec7dbef2fd44eb871bce8e7ab798 | |
parent | 885dffc3914be3e33cffdd2496ed031f6d8acd08 [diff] [blame] |
Fix PR5087, patch by Jakub Staszak! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83822 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/MachineFunctionAnalysis.cpp b/lib/CodeGen/MachineFunctionAnalysis.cpp index ae9d5a9..56294d9 100644 --- a/lib/CodeGen/MachineFunctionAnalysis.cpp +++ b/lib/CodeGen/MachineFunctionAnalysis.cpp
@@ -30,6 +30,7 @@ } MachineFunctionAnalysis::~MachineFunctionAnalysis() { + releaseMemory(); assert(!MF && "MachineFunctionAnalysis left initialized!"); }