Skip to content
  • Frank Reininghaus's avatar
    Do not crash when finishing inline renaming in unusual ways · a9c2bdc3
    Frank Reininghaus authored
    The crash was caused by a null pointer dereference when, e.g.,
    minimizing Dolphin. The root cause was that
    KStandardItemListWidget::closeRoleEditor() was called twice: once when
    the role editor loses focus, and once again when the window is resized.
    After m_roleEditor was set to 0, the second call dereferenced this null
    pointer. I think the best solution is to disconnect from the role
    editor's signals when the editor is not needed any more by the
    KStandardItemListWidget.
    
    BUG: 304524
    FIXED-IN: 4.9.1
    a9c2bdc3