ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/freeobjmem.c
(Generate patch)

Comparing ray/src/rt/freeobjmem.c (file contents):
Revision 2.5 by greg, Tue Feb 25 02:47:22 2003 UTC vs.
Revision 2.6 by greg, Thu Jul 10 03:47:00 2003 UTC

# Line 42 | Line 42 | register OBJREC        *op;
42          case OBJ_INSTANCE:      /* octree instance */
43                  freeinstance(op);
44                  return(1);
45 +        case OBJ_MESH:          /* mesh instance */
46 +                freemeshinst(op);
47 +                return(1);
48          case PAT_BTEXT:         /* monochromatic text */
49          case PAT_CTEXT:         /* colored text */
50          case MIX_TEXT:          /* mixing text */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines