After the CMYK support was added, we ended up sometimes having the is_cmyk
flag set on RGB matrix profiles, leading to forced reference conversions.
int icc_length)
{
int i=0;
- BablSpace space;
+ BablSpace space = {0,};
for (i = 0; space_db[i].instance.class_type; i++)
const Babl *trc_blue)
{
int i=0;
- BablSpace space;
+ BablSpace space = {0,};
space.instance.class_type = BABL_SPACE;
space.instance.id = 0;
-
/* transplant matrixes */
space.RGBtoXYZ[0] = rx;
BablSpaceFlags flags)
{
int i=0;
- static BablSpace space;
+ BablSpace space = {0,};
space.instance.class_type = BABL_SPACE;
space.instance.id = 0;