Revision 8ae2589...

Go back to digest for 13th October 2013

Bug Fixes in KDE Base

David Edmundson committed changes in [nepomuk-core] servicestub/servicecontrol.cpp:

Don't delete a QObject from inside a slot.

If there are any pending calls to that object to be processed deleting
the object can cause them to crash. (such as in KTp's service)

Using deleteLater() is safer.


REVIEW: 113128

File Changes

Modified 1 files
  • servicestub/servicecontrol.cpp
1 files changed in total