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.4 by schorsch, Thu Jul 17 09:21:29 2003 UTC

# Line 16 | Line 16 | static const char      RCSid[] = "$Id$";
16   #include "face.h"
17   #include "cone.h"
18   #include "instance.h"
19 + #include "mesh.h"
20  
21  
22   int
# Line 37 | Line 38 | register OBJREC        *op;
38                  return(1);
39          case OBJ_INSTANCE:      /* octree instance */
40                  freeinstance(op);
41 +                return(1);
42 +        case OBJ_MESH:          /* mesh instance */
43 +                freemeshinst(op);
44                  return(1);
45          }
46                                  /* don't really know */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines