mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
Bug fix to allow repeated use of StructureGraph action
This commit is contained in:
parent
7dc2f5eefc
commit
1ada2384d3
1 changed files with 1 additions and 0 deletions
|
@ -351,6 +351,7 @@ void StructureGraph::rawAction(void)
|
|||
sout.write("\000\000\001\016",4);
|
||||
resultgraph.saveXml(sout);
|
||||
sout.write("\000\000\001\017",4);
|
||||
ingraph.clear();
|
||||
}
|
||||
|
||||
void SetAction::loadParameters(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue