| # | Line 27 | Line 27 | int code; | |
|---|---|---|
| 27 | printmemstats(stderr); | |
| 28 | #endif | |
| 29 | if (ray_pnprocs > 0) /* close children if any */ | |
| 30 | < | ray_pclose(0); |
| 31 | < | devclose(); |
| 30 | > | ray_pclose(0); |
| 31 | > | else if (!ray_pnprocs) /* in parent */ |
| 32 | > | devclose(); |
| 33 | exit(code); | |
| 34 | } | |
| 35 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |