-
-
Notifications
You must be signed in to change notification settings - Fork 313
Closed
Description
MMEX version:
- 1.5.20
- 1.5.21
- 1.6.0
- 1.6.1 Beta
- Other (please specify)
Note: bug reporters are expected to have verified the bug still exists
either in the last stable version of MMEX or on updated development code
(master branch).
Operating System:
- Windows
- Mac OSX
- Linux
Description of the bug
MMEX crashes when deleting an asset.
Reproduction
Is the bug reproducible?
- Always
- Randomly
- Happened only once
Reproduction steps:
Right click on an asset -> Delete Asset
Expected result:
Asset, translink entries, and checking entries are deleted
Actual result:
MMEX crashes
Additional information
There is a code loop: Model_Checking::remove calls Model_Translink::RemoveTranslinkEntry which calls Model_Checking::remove etc... which was inadvertently introduced in #2963