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

Comparing ray/src/common/face.c (file contents):
Revision 1.3 by greg, Fri Jul 28 14:27:44 1989 UTC vs.
Revision 1.4 by greg, Wed Jul 17 14:10:13 1991 UTC

# Line 99 | Line 99 | OBJREC  *o;
99   freeface(o)                     /* free memory associated with face */
100   OBJREC  *o;
101   {
102 +        if (o->os == NULL)
103 +                return;
104          free(o->os);
105          o->os = NULL;
106   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines