Review Request 117753: Fix memory leak with Dropbox version control plugin.
Frank Reininghaus
frank78ac at googlemail.com
Fri Apr 25 08:26:37 BST 2014
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/117753/#review56472
-----------------------------------------------------------
Ship it!
Good catch! Fix looks good, thanks!
- Frank Reininghaus
On April 24, 2014, 7:13 p.m., Emmanuel Pescosta wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/117753/
> -----------------------------------------------------------
>
> (Updated April 24, 2014, 7:13 p.m.)
>
>
> Review request for Dolphin.
>
>
> Repository: kde-baseapps
>
>
> Description
> -------
>
> Fix memory leak with Dropbox version control plugin.
>
> The Dropbox plugins creates a new QLocalSocket on each
> beginRetrieval call and this socket should be deleted again
> in endRetrieval. But if Dropbox is not running or doesn't respond
> beginRetrieval will return false and so endRetrieval won't be called -> memory leak.
>
> 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.
>
> The Dropbox plugin is the only official version control plugin which really uses endRetrieval,
> the other plugins have an empty endRetrieval. Because of that I think it is safe enough
> for 4.13.1.
>
>
> Diffs
> -----
>
> dolphin/src/views/versioncontrol/updateitemstatesthread.cpp 6457f60
>
> Diff: https://git.reviewboard.kde.org/r/117753/diff/
>
>
> Testing
> -------
>
> No memory leak anymore, when beginRetrieval was not successful.
>
> Dropbox, Git and svn plugin still work.
>
>
> Thanks,
>
> Emmanuel Pescosta
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20140425/3e7a12e8/attachment.htm>
More information about the kfm-devel
mailing list