[telepathy] [Bug 325376] Nepomuk Telepathy Service crash when stopping

David Edmundson kde at davidedmundson.co.uk
Mon Oct 7 14:43:00 BST 2013


https://bugs.kde.org/show_bug.cgi?id=325376

David Edmundson <kde at davidedmundson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |FIXED
      Latest Commit|                            |http://commits.kde.org/nepo
                   |                            |muk-core/8ae2589a15cef0c434
                   |                            |e07ab6e76124405451fe2e

--- Comment #4 from David Edmundson <kde at davidedmundson.co.uk> ---
Git commit 8ae2589a15cef0c434e07ab6e76124405451fe2e by David Edmundson.
Committed on 06/10/2013 at 11:46.
Pushed by davidedmundson into branch 'master'.

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

M  +1    -1    servicestub/servicecontrol.cpp

http://commits.kde.org/nepomuk-core/8ae2589a15cef0c434e07ab6e76124405451fe2e

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kde-telepathy-bugs mailing list