mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 19:42:05 +00:00
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 ())
|
||||
meta_wayland_finalize ();
|
||||
#endif
|
||||
|
||||
meta_release_backend ();
|
||||
}
|
||||
|
||||
static gboolean
|
||||
|
Loading…
Reference in New Issue
Block a user