mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 18:09:10 +00:00
d384466a58
When try_create_context() returns saying that it has to be run again to try to create a context with an alternate configuration, it might not have a GError set (and in fact it does not right now). g_clear_error() handles that case where error is still NULL;