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

Comparing ray/src/rt/source.c (file contents):
Revision 1.22 by greg, Tue Nov 13 14:32:30 1990 UTC vs.
Revision 1.23 by greg, Wed Dec 12 22:43:03 1990 UTC

# Line 410 | Line 410 | char  *p;                      /* data for f */
410                  addcolor(r->rcol, srccnt[cntord[sn].sno].val);
411          }
412                  
413 <        free(srccnt);
414 <        free(cntord);
413 >        free((char *)srccnt);
414 >        free((char *)cntord);
415   }
416  
417  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines