dolphin/plasma
Ignat Semenov 0df2b730ea 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().

BUG:299077
FIXED-IN:4.9.5
2012-12-23 23:22:25 +04:00
..
applets fix crash: delete the Dialog and its child ListView in the applet dtor 2012-12-23 23:22:25 +04:00
CMakeLists.txt Add the folderview applet to the build. 2008-06-08 22:37:49 +00:00