mirror of
https://github.com/brl/mutter.git
synced 2025-06-02 12:00:01 +00:00

The private CoglContext is created using g_malloc() and not zeroed; this means we have to initialize the values we are going to check, to avoid hitting garbage. Thanks to Tommi Komulainen.