mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
0052235: TC7.3.0: continious fatal errors after splitting into 24 tetrahedra
Protect myMesh from deletion in onApply()
This commit is contained in:
parent
1f846c64e0
commit
f22869c9cf
@ -989,6 +989,7 @@ bool SMESHGUI_MultiEditDlg::onApply()
|
||||
|
||||
updateButtons();
|
||||
}
|
||||
obj._retn(); // else myMesh is deleted by ~obj
|
||||
|
||||
myBusy = false;
|
||||
return aResult;
|
||||
|
Loading…
Reference in New Issue
Block a user