From db779f870e467dc002b8bc06b2ed05798ecd896a Mon Sep 17 00:00:00 2001 From: Peter Howkins Date: Sat, 11 Aug 2018 00:21:18 +0100 Subject: [PATCH] libDtHelp: Cov 87607 --- cde/lib/DtHelp/il/ilycbcr.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/cde/lib/DtHelp/il/ilycbcr.c b/cde/lib/DtHelp/il/ilycbcr.c index b7407384..b130b8cf 100644 --- a/cde/lib/DtHelp/il/ilycbcr.c +++ b/cde/lib/DtHelp/il/ilycbcr.c @@ -1085,8 +1085,6 @@ IL_PRIVATE ilBool _ilDitherYCbCr ( sizeof(ilYCbCr2DitherPrivRec), 0, &srcData, &dstData, ilYCbCr2DitherInit, IL_NPF, ilYCbCr2DitherDestroy, ilYCbCr2DitherExecute, NULL, 0); if (!pPriv) { - if (pPriv->pPalette) - IL_FREE (pPriv->pPalette); return FALSE; } -- 2.25.1