Page MenuHomePhabricator

Crash aofter closing project before closing the view
Closed, ResolvedPublic

Description

How to reproduce:

  • Load an image, open segmentation view and segment something
  • [Close Project]
  • Close the segmentation view
  • Open an image, open the segmentation view and start segmenting --> Crash!

The reason are the two observer in QmitkSlicesInterpolator which are not removed in the view's destructor.

Event Timeline

[a72319]: Merge branch 'bug-13099-Crash-in-segmentation'

Merged commits:

2012-09-12 18:33:34 Jan Hering [ca639b]
Added observer removal to desctructor