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

Comparing ray/src/common/free_os.c (file contents):
Revision 3.2 by greg, Tue Feb 25 02:47:21 2003 UTC vs.
Revision 3.3 by greg, Thu Jul 10 03:47:00 2003 UTC

# Line 38 | Line 38 | register OBJREC        *op;
38          case OBJ_INSTANCE:      /* octree instance */
39                  freeinstance(op);
40                  return(1);
41 +        case OBJ_MESH:          /* mesh instance */
42 +                freemeshinst(op);
43 +                return(1);
44          }
45                                  /* don't really know */
46          free((void *)op->os);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines