Re: Non initialized array

Paul Miller <[email protected]> Tue, 22 Nov 2016 09:55:54 -0600
Newsgroups gmane.comp.video.openexr.devel
Organization FXTECH
Message-ID <[email protected]>
On 11/22/2016 8:28 AM, Michel Lerenard wrote:
> The lineSampleCount array is never reset. The code calls
> _data->lineSampleCount.resizeErase(_data->maxY - _data->minY + 1);
>
> in initialize(), then in the execute function of the buffer task, we
> increment the values of the cells, although they have never been set to
> zero !

Doesn't "resizeErase" also set to zero?