D10824: Delete IdleSlave having temporary authorization
David Faure
noreply at phabricator.kde.org
Sun Mar 4 10:46:02 UTC 2018
dfaure requested changes to this revision.
dfaure added inline comments.
This revision now requires changes to proceed.
INLINE COMMENTS
> klauncher.cpp:1114
> + mSlaveList.removeAll(slave);
> + slave->deleteLater();
> + }
This deletes the Slave C++ class, but it doesn't actually kill the ioslave.
So why do it?
I'm confused now. Do you want to kill the ioslave (then call slave->kill())
or do you want to reuse that ioslave, just without any of the previous authorizations (which is what I thought you were doing in slaveStatus()) ?
If the latter, then why the delete here?
REPOSITORY
R303 KInit
REVISION DETAIL
https://phabricator.kde.org/D10824
To: chinmoyr, dfaure, #frameworks
Cc: #frameworks, michaelh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180304/f3a3508e/attachment.html>
More information about the Kde-frameworks-devel
mailing list