Revision c9dab5b...

Go back to digest for 27th April 2014

Bug Fixes in KDE Base

Emmanuel Pescosta committed changes in [kde-baseapps/KDE/4.13] dolphin/src/views/versioncontrol/updateitemstatesthread.cpp:

Fix memory leak with Dropbox version control plugin.

In the current version we only call endRetrieval when
beginRetrieval was successfully in UpdateItemStatesThread::run().
This causes some problems with version control plugins (like Dropbox plugin),
which have to do cleanups in endRetrieval.

Now we always call endRetrieval after beginRetrieval when updating the version states.

FIXED-IN: 4.13.1
REVIEW: 117753

File Changes

Modified 1 files
  • dolphin/src/views/versioncontrol/updateitemstatesthread.cpp
1 files changed in total