# | Line 60 | Line 60 | static RenderDataType rpiece(char *pout, RenderDataTyp | |
---|---|---|
60 | void | |
61 | quit(int code) /* quit program */ | |
62 | { | |
63 | < | if (nproc < 0) { |
64 | < | ray_pnprocs = -1; // hack to avoid cleanup in child |
65 | < | _exit(code); |
66 | < | } |
67 | < | exit(code); // parent still frees everything (*yawn*) |
63 | > | exit(code); // don't bother to free data structs |
64 | } | |
65 | ||
66 | /* Set default options */ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |