Skip to content
Commit 2793038c authored by Alexander Lohnau's avatar Alexander Lohnau
Browse files

Fix memory crash in plasmashell

See https://doc.qt.io/qt-6/qquickitem.html
```
Note: Use of QObject::deleteLater() to clean up graphics resources is strongly discouraged as this will make the
delete operation run at an arbitrary time and it is unknown if there will be an OpenGL context bound when the deletion takes place.
```
parent a867bed5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment