# | Line 64 | Line 64 | quit(int code) /* quit program */ | |
---|---|---|
64 | ray_pnprocs = -1; // hack to avoid cleanup in child | |
65 | _exit(code); | |
66 | } | |
67 | < | exit(code); // parent still frees everything (*yawn*) |
67 | > | exit(code); // don't bother to free data structs |
68 | } | |
69 | ||
70 | /* Set default options */ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |