[telepathy] [Bug 325376] Nepomuk Telepathy Service crash when stopping
David Edmundson
kde at davidedmundson.co.uk
Mon Oct 7 14:50:59 BST 2013
https://bugs.kde.org/show_bug.cgi?id=325376
David Edmundson <kde at davidedmundson.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Latest Commit|http://commits.kde.org/nepo |http://commits.kde.org/nepo
|muk-core/8ae2589a15cef0c434 |muk-core/ea58ef8052a9b16000
|e07ab6e76124405451fe2e |da5ed83e7707cbdfa8f666
--- Comment #5 from David Edmundson <kde at davidedmundson.co.uk> ---
Git commit ea58ef8052a9b16000da5ed83e7707cbdfa8f666 by David Edmundson.
Committed on 06/10/2013 at 11:46.
Pushed by davidedmundson into branch 'KDE/4.11'.
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/ea58ef8052a9b16000da5ed83e7707cbdfa8f666
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kde-telepathy-bugs
mailing list