mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-17 22:57:11 +02:00
Fix org_kde_plasma_surface destroyer lambda leak
This commit is contained in:
parent
ab53b4eab7
commit
7dbf331e18
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ QtWayland::org_kde_plasma_surface WaylandIntegration::Private::plasmaSurface(
|
|||
if (it != plasmaShell->surfaces.cend()) {
|
||||
plasmaShell->surfaces.erase(it);
|
||||
}
|
||||
}, lifetime);
|
||||
}, result.first->second.lifetime());
|
||||
|
||||
return result.first->second;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue