POV-Ray : Newsgroups : povray.unofficial.patches : Fix for a bug in the SuperPatch and UVPov : Fix for a bug in the SuperPatch and UVPov Server Time
2 Sep 2024 16:15:39 EDT (-0400)
  Fix for a bug in the SuperPatch and UVPov  
From: Mark Wagner
Date: 30 Nov 1999 00:33:42
Message: <384361b6@news.povray.org>
In both the SuperPatch and UVPov there is a memory leakage that occurs
whenever Copy_Object is called.  The bug is that the UV transform for the
object is copied twice -- once by COPY_OBJECT_FIELDS and once by
Copy_Object.  As a result, the memory used by the first copy is lost.  The
fix for this is to remove one of the instances of copying the UV transform.

Mark


Post a reply to this message

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