mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-29 00:10:02 -05:00
nodes/patterns: Fixed crashes when recursion occurred
This commit is contained in:
@@ -117,6 +117,10 @@ namespace hex {
|
||||
try {
|
||||
for (auto &endNode : this->m_endNodes) {
|
||||
endNode->resetOutputData();
|
||||
|
||||
for (auto &node : this->m_nodes)
|
||||
node->resetProcessedInputs();
|
||||
|
||||
endNode->process();
|
||||
}
|
||||
} catch (dp::Node::NodeError &e) {
|
||||
|
||||
Reference in New Issue
Block a user