diff options
| author | Frank Reininghaus <[email protected]> | 2012-08-24 23:21:31 +0200 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2012-08-24 23:27:03 +0200 |
| commit | 09775ec745e825d248c982396ad36a9bd63aa255 (patch) | |
| tree | 47062f84f3c244a3af1aedef664c3c1f21b8b720 /src/dolphindockwidget.cpp | |
| parent | 2727715cdd8aa738f4b5f0bbcca55a9d249be77b (diff) | |
Do not crash when finishing inline renaming in unusual ways
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
Diffstat (limited to 'src/dolphindockwidget.cpp')
0 files changed, 0 insertions, 0 deletions
