POV-Ray : Newsgroups : povray.beta-test : double free or corruption : Re: double free or corruption Server Time
5 May 2024 18:27:51 EDT (-0400)
  Re: double free or corruption  
From: ThH
Date: 23 Feb 2016 09:20:15
Message: <56cc6a9f@news.povray.org>
Am 23.02.2016 um 15:07 schrieb ThH:

> //--------------------------------------------
> // Bottom
> //--------------------------------------------
> #declare HalfSubBottom=union{
>           difference{
>                  object{Part1} // bottom front
>                  plane{y,0 inverse}
>                  plane{z,0 inverse}
>                  plane{x,0 inverse}
>                  scale <SX,SYbot,SZfront>
>          }
>          difference{
>                  object{Part3} // bottom rear
>                  plane{y,0 inverse}
>                  plane{z,0}
>                  plane{x,0 inverse}
>                  scale <SX,SYbot,SZrear>
>          }
> }

Additional information: Comment out the first difference and the error 
is gone ;)

Again... Hope this helps :)


Post a reply to this message

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