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

Comparing ray/src/common/instance.c (file contents):
Revision 1.6 by greg, Sat Dec 15 15:01:37 1990 UTC vs.
Revision 1.7 by greg, Wed May 29 17:11:32 1991 UTC

# Line 80 | Line 80 | int  flags;
80                  in->obj = getscene(o->oargs.sarg[0], flags);
81          return(in);
82   }
83 +
84 +
85 + freeinstance(o)         /* free memory associated with instance */
86 + OBJREC  *o;
87 + {
88 +        free(o->os);
89 + }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines