POV-Ray : Newsgroups : povray.unix : Bug in 3.7.0unofficial ? : Re: Bug in 3.7.0unofficial ? Server Time
26 Apr 2024 03:10:29 EDT (-0400)
  Re: Bug in 3.7.0unofficial ?  
From: Jörg "Yadgar" Bleimann
Date: 26 Sep 2019 14:35:52
Message: <5d8d0508$1@news.povray.org>
Hi(gh)!

On 26.09.19 16:08, William F Pokorny wrote:
> I'd hope these freed on redef, but maybe they aren't or 
> something. Don't know.

Meanwhile, it dawned on me what you meant, so I added an #undef 
statement into the innermost loop:

   #while (g < fac & f+g <= frames)
     #declare P_Pixel=
     pigment
     {
       image_map
       {
	#declare filefull =  concat(path, file, str(f+g, -6, 0), ".png");
	png filefull
       }
     }
     #declare sumcolvect=sumcolvect+eval_pigment(P_Pixel, <0.5, 0.5, 0>);
     #undef P_Pixel
     #declare g=g+1;
   #end

...but all I get now is just another error message:

*** Error in `povray': free(): invalid size: 0x00007f91d007bc30 ***

See you in Khyberspace!

Yadgar


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.