Skip to content

Avoid destroying resources in wrapper destructor

David Edmundson requested to merge work/no_extra_destroy into master

With the change to QtWaylandScanner to handle inert resources this becomes dangerous. It showed up in valgrind.

There's an obvious refactor to do later changing the lifespan of PlasmaWindowInterface now it doesn't need to wait for all resources, but that's a patch for master.

Merge request reports