https://bugs.kde.org/show_bug.cgi?id=520190
--- Comment #18 from [email protected] --- Btw, worth noting is that NoStage is also used here which may explain why I suspected Wallpapers to be the source of the leak first: plasma-workspace-6.6.5/wallpapers/image/plugin/transientimage.cpp: window()->scheduleRenderJob(new TransientImageCleanupJob(std::move(m_texture), std::move(m_provider)), QQuickWindow::NoStage); plasma-workspace-6.6.5/wallpapers/image/plugin/transientimage.cpp: window()->scheduleRenderJob(new TransientImageCleanupJob(std::move(m_texture), std::move(m_provider)), QQuickWindow::NoStage); PS. Apart from Window()->Update();, NoStage was changed to AfterSynchronizingStage in releaseResources();, I forgot to mention that. My export leaks in plasmashell from the thumbnail previews seems to be gone now. -- You are receiving this mail because: You are watching all bug changes.
