1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

libDtHelp: Cov 87607

This commit is contained in:
Peter Howkins 2018-08-11 00:21:18 +01:00
parent f6d83dd5e3
commit db779f870e

View file

@ -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;
}