-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/128319/
-----------------------------------------------------------

Review request for KDE Frameworks and David Faure.


Repository: kio


Description
-------

I noticed these leaks while working on RR 128283. All the existing plugins 
create the `m_frame` widget without a parent: `d->m_frame = new QFrame();`

This widget is used as parent for many other widgets, but it's never deleted 
and so there is a fairly amount of memory never released to the OS.


Diffs
-----

  src/widgets/kpropertiesdialog.cpp d0a2faa5114e391680925e10646ce7c6f2ea29da 

Diff: https://git.reviewboard.kde.org/r/128319/diff/


Testing
-------


Thanks,

Elvis Angelaccio

_______________________________________________
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Reply via email to