| # | 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); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |