Revision 0df2b73...
Go back to digest for 30th December 2012Bug Fixes in KDE Base
Ignat Semenov committed changes in [kde-baseapps/KDE/4.10] plasma/applets/folderview/folderview.cpp:
fix crash: delete the Dialog and its child ListView in the applet dtor
The ListView object ownership is transferred to Dialog upon creation, so
not deleting the Dialog object in the applet dtor results in a leaked
ListView. However, when the leaked ListView receives a repaint signal on
plasma theme change, the model pointer in that view is already invalid,
which leads to the crash in m_model->rowCount().
FIXED-IN:4.9.5
File Changes
Modified 1 files
- plasma/applets/folderview/folderview.cpp
1 files changed in total