davidedmundson added a comment.
Personally I would just kill the whole thing.
- All Plasma code all uses Plasma Components not QQC so this has zero effect.
It was for an idea that didn't really materialise
- It gives an obscure ASAN warning on freeing "o", that I don't know how to
fix
- This isn't going to work with QQC2
INLINE COMMENTS
> appletquickitem.cpp:496
> + if (!c) {
> + c = new QQmlComponent(engine);
> + // FIXME never executed, even if I kquitapp plasmashell
if you were to do this:
just do c = new QQmlComponent(qApp);
and you have the cleanup done for you.
REPOSITORY
R242 Plasma Framework (Library)
REVISION DETAIL
https://phabricator.kde.org/D4362
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/emailpreferences/
To: broulik, #plasma
Cc: davidedmundson, plasma-devel, #frameworks, lesliezhai, ali-mohamed,
jensreuterberg, abetts, sebas