<table><tr><td style="">feverfew created this revision.<br />feverfew added reviewers: akrutzler, dfaure, elvisangelaccio.<br />Herald added projects: Dolphin, Frameworks.<br />Herald added subscribers: kfm-devel, kde-frameworks-devel.<br />feverfew requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D28520">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>This slot was incorrectly made to last the lifetime of the slave. In fact, this<br />
slot should only be live for the lifetime of the event loop (one I/O operation).</p>

<p>This can cause issues with the data being emitted for data from other IO <br />
operations. By making it live in the lifetime of the local event loop this <br />
scenario cannot occur as LIBMTP only allows one operation at a time.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Via the use of KIOFuse (as this is where the bug was noticed). <br />
Before: Opening a file for the first time worked. Subsequent opens would fail <br />
due to garbage output After: Opening any number of files at any time works.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R320 KIO Extras</div></div></div><br /><div><strong>BRANCH</strong><div><div>slotLifetime (branched from master)</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D28520">https://phabricator.kde.org/D28520</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>mtp/kio_mtp.cpp</div></div></div><br /><div><strong>To: </strong>feverfew, akrutzler, dfaure, elvisangelaccio<br /><strong>Cc: </strong>kde-frameworks-devel, kfm-devel, fvogt, nikolaik, pberestov, iasensio, fprice, LeGast00n, cblack, fbampaloukas, alexde, GB_2, Codezela, feverfew, meven, michaelh, spoorun, navarromorales, firef, ngraham, andrebarros, bruns, emmanuelp, mikesomov<br /></div>