mirror of
https://github.com/brl/mutter.git
synced 2025-03-05 12:48:11 +00:00

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.