main: Release backend on teardown

This allows to call the backend finalize function on teardown.

https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1438
This commit is contained in:
Olivier Fourdan 2020-09-11 12:20:23 +02:00 committed by Georges Basile Stavracas Neto
parent 6db7d8f830
commit 98df888f03

View File

@ -312,6 +312,8 @@ meta_finalize (void)
if (meta_is_wayland_compositor ())
meta_wayland_finalize ();
#endif
meta_release_backend ();
}
static gboolean