mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-04 00:31:54 +00:00
Fix a problem with double freeing memory. For some reason, CallGraph is not
acting like a normal pass. :( llvm-svn: 13318
This commit is contained in:
parent
099edda1b1
commit
f5f6f8c0de
@ -126,6 +126,7 @@ void CallGraph::destroy() {
|
||||
delete I->second;
|
||||
FunctionMap.clear();
|
||||
delete CallsExternalNode;
|
||||
CallsExternalNode = 0;
|
||||
}
|
||||
|
||||
static void WriteToOutput(const CallGraphNode *CGN, std::ostream &o) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user