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:
parent
6db7d8f830
commit
98df888f03
@ -312,6 +312,8 @@ meta_finalize (void)
|
|||||||
if (meta_is_wayland_compositor ())
|
if (meta_is_wayland_compositor ())
|
||||||
meta_wayland_finalize ();
|
meta_wayland_finalize ();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
meta_release_backend ();
|
||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user