Revision 6d0f9ad...
Go back to digest for 9th December 2012Bug Fixes in KDE Base
Frank Reininghaus committed changes in [kde-baseapps/KDE/4.9] dolphin/src/views/dolphinview.cpp:
Fix incorrect usage of list iterators
The problem was that we erased an iterator from the list and then
incremented it. This can lead to problems (namely, random crashes) if
the iterator pointed to the last list element.
Thanks to Sandro Mani for testing the patch!
FIXED-IN: 4.9.5
File Changes
Modified 1 files
- dolphin/src/views/dolphinview.cpp
1 files changed in total