libdthelp: Resolve uninitialized warnings
This commit is contained in:
committed by
Jon Trulson
parent
b807066429
commit
320576e069
@@ -323,7 +323,7 @@ IL_PRIVATE ilError _ilMallocImagePixels (
|
||||
)
|
||||
{
|
||||
int plane, nPlanes;
|
||||
int MCUMinus1;
|
||||
int MCUMinus1 = 0;
|
||||
long nBytesToAlloc, nBytesPerRow, allocHeight;
|
||||
ilPtr pPixels;
|
||||
long rowBytesPerPlane [IL_MAX_SAMPLES];
|
||||
|
||||
Reference in New Issue
Block a user