Emmanuele Bassi
949e37d332
[cogl] Initialize boolean flag in CoglContext
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.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%