From a69ed1cf9b94e239100875e56736d2f59f325768 Mon Sep 17 00:00:00 2001 From: Peter Howkins Date: Sat, 11 Aug 2018 00:34:40 +0100 Subject: [PATCH] libDtHelp: Cov 89366 --- cde/lib/DtHelp/il/ildither.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cde/lib/DtHelp/il/ildither.c b/cde/lib/DtHelp/il/ildither.c index 94a6f3e6..89d24eb7 100644 --- a/cde/lib/DtHelp/il/ildither.c +++ b/cde/lib/DtHelp/il/ildither.c @@ -1025,7 +1025,7 @@ IL_PRIVATE ilBool _ilConvertRGBToPalette ( long *pColorTable; ilBool diffusion, chooseColors; int i, shifts[3], nColors; - const unsigned short *pMulTable[3]; /* dither other than 484 only: pMul? */ + const unsigned short *pMulTable[3] = { NULL, NULL, NULL }; /* dither other than 484 only: pMul? */ static ilConvertToPaletteInfo defaultConvert = {IL_DIFFUSION, { 4, 8, 4 }, 8, IL_PALETTE, (ilObject)NULL}; -- 2.25.1