| # | Line 252 | Line 252 | RAY *r; | |
|---|---|---|
| 252 | if (rp->rox == &xp->xf) { /* xp in use */ | |
| 253 | xp = xp->next; /* move to next */ | |
| 254 | if (xp == xflast) { /* need new one */ | |
| 255 | < | xp = (struct xfn *)malloc(sizeof(struct xfn)); | 
| 255 | > | xp = (struct xfn *)bmalloc(sizeof(struct xfn)); | 
| 256 | if (xp == NULL) | |
| 257 | error(SYSTEM, | |
| 258 | "out of memory in newrayxf"); | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |