[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:
Quantum
2021-09-10 21:17:51 -04:00
committed by Geoffrey McRae
parent 09d93abf1a
commit 72f3a9f3cf
2 changed files with 8 additions and 7 deletions

View File

@@ -130,6 +130,7 @@ static void waylandFree(void)
{
waylandIdleFree();
waylandWindowFree();
waylandPresentationFree();
waylandInputFree();
waylandOutputFree();
waylandRegistryFree();