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
|