Comment 10 for bug 1744600

Revision history for this message
Jeff Young (jeyjey) wrote :

Moving:
    if( m_toolManager )
        m_toolManager->DeactivateTool();

from:
    GERBVIEW_FRAME::~GERBVIEW_FRAME()

to:
    GERBVIEW_FRAME::OnCloseWindow()

fixes the OSX crash.