Revision ccea1b2...
Go back to digest for 6th February 2011Bug Fixes in KDE-PIM
Tobias Koenig committed changes in [kdepim/komo3] calendarsupport/nepomukcalendar.cpp:
Fix crash in NepomukCalendar in NO_NEPOMUK mode
Under certain conditions the NepomukCalendar is deleted and
all its children while the IncidenceFetchJob is still running.
This results in an invalid call to deleteLater() triggered by
the emitResult() call.
Don't make the job a child of the NepomukCalendar to prevent the
crash.
File Changes
Modified 1 files
- calendarsupport/nepomukcalendar.cpp
1 files changed in total