]> cloud.milkyroute.net Git - dolphin.git/commit
Fix memory leak with Dropbox version control plugin.
authorEmmanuel Pescosta <emmanuelpescosta099@gmail.com>
Thu, 24 Apr 2014 18:57:18 +0000 (20:57 +0200)
committerEmmanuel Pescosta <emmanuelpescosta099@gmail.com>
Fri, 25 Apr 2014 10:30:39 +0000 (12:30 +0200)
commit272cbbd16b03e51b30b6b9d472aa56054a5ea036
tree26e95652f962672fd8dbdba89e027eeb87feb243
parentbf4b163a0eb5938a587cd12cc9a77e6322c1de66
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
src/views/versioncontrol/updateitemstatesthread.cpp