This commit is contained in:
Dragon-Git 2026-07-03 10:11:45 +08:00 committed by GitHub
parent 54d715fc44
commit 81a727648b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ public:
~VlProcess() { ~VlProcess() {
if (m_parentp) m_parentp->detach(this); if (m_parentp) m_parentp->detach(this);
if (t_currentp == this) t_currentp = m_parentp; if (t_currentp == this) t_currentp = m_parentp.get();
} }
void attach(VlProcess* childp) { m_children.insert(childp); } void attach(VlProcess* childp) { m_children.insert(childp); }