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;