cogl: Add the missing terminators for the arrays of feature functions
authorNeil Roberts <neil@linux.intel.com>
Wed, 18 Nov 2009 13:23:10 +0000 (13:23 +0000)
committerNeil Roberts <neil@linux.intel.com>
Wed, 18 Nov 2009 13:23:10 +0000 (13:23 +0000)
commit142305b1d51e9a3c69e8e2e224480297e43f79ea
tree9f4cb87548688d42594ac6c4a6da8f7491f4aac1
parent70aeb1c64216d75ba63f1cbae1c824b69305bd73
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.
clutter/cogl/cogl/driver/gl/cogl.c
clutter/cogl/cogl/driver/gles/cogl.c