Review Request 126526: [hg]Fixed memory leak
Tomasz Bojczuk
seelook at gmail.com
Sat Dec 26 13:52:56 GMT 2015
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/126526/
-----------------------------------------------------------
Review request for Dolphin.
Repository: dolphin-plugins
Description
-------
There is KConfig instance
KConfig *m_config;
It is created in constructor but never deleted (no destructor).
Added destructor then.
In occasion, when m_config is created - wrapped file name text by QLatin1String
Diffs
-----
hg/config-widgets/pluginsettings.h 42d3cec
hg/config-widgets/pluginsettings.cpp 2267a3a
Diff: https://git.reviewboard.kde.org/r/126526/diff/
Testing
-------
Thanks,
Tomasz Bojczuk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20151226/7e55b234/attachment.htm>
More information about the kfm-devel
mailing list