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:
parent
7887e99477
commit
17379a3fc0
1 changed files with 1 additions and 1 deletions
|
@ -441,7 +441,7 @@ IL_PRIVATE ilBool _ilAddThrottlePipeElement (
|
||||||
{
|
{
|
||||||
ilPipeInfo info;
|
ilPipeInfo info;
|
||||||
ilSrcElementData srcData;
|
ilSrcElementData srcData;
|
||||||
register ilThrottlePrivPtr pPriv;
|
ilThrottlePrivPtr pPriv = NULL;
|
||||||
|
|
||||||
ilGetPipeInfo (pipe, FALSE, &info, (ilImageDes *)NULL, (ilImageFormat *)NULL);
|
ilGetPipeInfo (pipe, FALSE, &info, (ilImageDes *)NULL, (ilImageFormat *)NULL);
|
||||||
srcData.consumerImage = (ilObject)NULL;
|
srcData.consumerImage = (ilObject)NULL;
|
||||||
|
|
Loading…
Reference in a new issue