mirror of
https://github.com/brl/mutter.git
synced 2025-02-17 05:44:08 +00:00
![Emmanuele Bassi](/assets/img/avatar_default.png)
The g_atexit() function has been deprecated in GLib as it is a fairly bad idea in basically all cases. We could probably use a GCC destructor if we didn't care about portability, but for the time being we just remove the atexit() handler that disposed the backend.