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

Comparing ray/src/px/pcond2.c (file contents):
Revision 3.3 by greg, Fri Oct 4 18:34:57 1996 UTC vs.
Revision 3.4 by greg, Thu Jan 9 13:56:28 1997 UTC

# Line 63 | Line 63 | nextscan()                             /* read and condition next scanline */
63   #ifdef DEBUG
64                  fputs("done\n", stderr);
65   #endif
66 <                return(NULL);
66 >                free((char *)scanbuf);
67 >                return(scanbuf = NULL);
68          }
69          if (what2do&DO_ACUITY)
70                  acuscan(scanbuf, nread);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines