D11643: Fix crash when device emits ready read after job is finished

2018-03-30 Thread Albert Astals Cid
This revision was automatically updated to reflect the committed changes. Closed by commit R241:63ef72e8ac54: Fix crash when device emits ready read after job is finished (authored by aacid). REPOSITORY R241 KIO CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D11643?vs=30387&id=30905

D11643: Fix crash when device emits ready read after job is finished

2018-03-29 Thread David Faure
dfaure accepted this revision. This revision is now accepted and ready to land. REPOSITORY R241 KIO BRANCH master REVISION DETAIL https://phabricator.kde.org/D11643 To: aacid, #frameworks, dfaure Cc: #kde_connect, michaelh, ngraham

D11643: Fix crash when device emits ready read after job is finished

2018-03-28 Thread Nicolas Fella
nicolasfella added a subscriber: KDE Connect. REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D11643 To: aacid, #frameworks, dfaure Cc: #kde_connect, michaelh, ngraham

D11643: Fix crash when device emits ready read after job is finished

2018-03-24 Thread Albert Astals Cid
aacid added a comment. Should fix T8280 REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D11643 To: aacid, #frameworks, dfaure Cc: michaelh, ngraham

D11643: Fix crash when device emits ready read after job is finished

2018-03-24 Thread Albert Astals Cid
aacid created this revision. aacid added reviewers: Frameworks, dfaure. Restricted Application added a project: Frameworks. aacid requested review of this revision. TEST PLAN Run test without the change in transferjob.cpp -> crash Run test with the change and it works REPOSITORY R241 KIO B