Page MenuHomePhabricator

MitkWorkbench crashes in debug mode on Windows after render window base class update
Closed, ResolvedPublic

Description

The AnnotationUtils access the BaseRenderers on application exit. While the pointers itself are valid, the actual BaseRenderers are already destroyed. Solution:

  1. Check for nullptr in AnnotationUtils
  2. Call BaseRenderer::RemoveInstance() in RenderWindowBase::Destroy()