mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[client] wayland: free presentation objects
Since the display server owns a graph, it was necessary to move the overlay graphs destruction so that it happens after display server destruction.
This commit is contained in:
@@ -130,6 +130,7 @@ static void waylandFree(void)
|
||||
{
|
||||
waylandIdleFree();
|
||||
waylandWindowFree();
|
||||
waylandPresentationFree();
|
||||
waylandInputFree();
|
||||
waylandOutputFree();
|
||||
waylandRegistryFree();
|
||||
|
Reference in New Issue
Block a user