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

Comparing ray/src/common/cone.c (file contents):
Revision 1.4 by greg, Wed May 22 16:51:12 1991 UTC vs.
Revision 1.5 by greg, Wed Jul 17 14:10:16 1991 UTC

# Line 148 | Line 148 | OBJREC  *o;
148   {
149          register CONE  *co = (CONE *)o->os;
150  
151 +        if (o->os == NULL)
152 +                return;
153          if (co->tm != NULL)
154                  free((char *)co->tm);
155          free(o->os);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines