Page MenuHomePhabricator

ExtApp crashes on closing after right click on level window
Closed, ResolvedPublic

Description

Start ExtApp, load an image, right click on level window and the click on the close application button -> crash

Event Timeline

Crashes are always critical due to potential loss of data.

[8a3308]: Merge branch 'bug-12222-levelwindow-contextmenu'

Merged commits:

2012-09-26 14:58:55 Eric Heim [4b96ba]
Pointer to ContextMenu was deleted twice, thus the App crashed.

Removed line "delete contextMenu;" in QmitkLevelWindowWidgetContextMenu::getContextMenu because it will already be deleted in QmitkSliderWindowWidget's destructor with Qt's parent child relationship.