Revision 80b7aad...

Go back to digest for 6th April 2014

Bug Fixes in KDE Base

Frank Reininghaus committed changes in [kde-baseapps/KDE/4.13] dolphin/src/kitemviews/private/kdirectorycontentscounter.cpp:

KDirectoryContentsCounter: do not delete currently active worker objects

Before this patch, the destructor of KDirectoryContentsCounter might
delete the worker object, which lives in another thread, while one of
its methods was still being executed. This could cause a crash. Only if
the destroyed KDirectoryContentsCounter was the last one, the worker
thread was stopped, and the destructor waited until all workers are
done.


FIXED-IN: 4.13.0
REVIEW: 117209

File Changes

Modified 1 files
  • dolphin/src/kitemviews/private/kdirectorycontentscounter.cpp
1 files changed in total