1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

DtHelp: Coverity (memory corruption, moderate)

This commit is contained in:
Jon Trulson 2014-12-26 15:50:41 -07:00
parent 7887e99477
commit 17379a3fc0

View file

@ -441,7 +441,7 @@ IL_PRIVATE ilBool _ilAddThrottlePipeElement (
{
ilPipeInfo info;
ilSrcElementData srcData;
register ilThrottlePrivPtr pPriv;
ilThrottlePrivPtr pPriv = NULL;
ilGetPipeInfo (pipe, FALSE, &info, (ilImageDes *)NULL, (ilImageFormat *)NULL);
srcData.consumerImage = (ilObject)NULL;