mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 01:48:55 +00:00
Neil Roberts
0e112c3371
cogl: Add the missing terminators for the arrays of feature functions
_cogl_feature_check expects the array of function names to be terminated with a NULL pointer but I forgot to add this. This was causing crashes depending on what happened to be in memory after the array.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%