POV-Ray : Newsgroups : povray.unofficial.patches : MegaPov 0.6a Available : Re: MegaPov 0.6a Available Server Time
28 Sep 2024 17:24:40 EDT (-0400)
  Re: MegaPov 0.6a Available  
From: Nathan Kopp
Date: 16 Oct 2000 19:33:04
Message: <39eb9030$1@news.povray.org>
"smellenbergh" <sme### [at] skynetbe> wrote...
>
> I discovered those memory leaks while working on 0.6. They were fixed
> there and they remain fixed in 0.6a.
> In lighting.c at about line 6804 in function DeInitMallocCaches() you
> will find a block of code which starts like this:
>
>   /*YS sept 17 2000 memory leak fix */
>   if ( ShadowMediaListCacheSize != NULL)
> POV_FREE(ShadowMediaListCacheSize);
>     ShadowMediaListCacheSize=NULL;
> [...]
>

My bad.  Actually, somehow that bugfix didn't yet get into my source.  I
wish we had some kind of central repository, so we wouldn't have these kind
of synchronization problems.  :-(

-Nathan


Post a reply to this message

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