ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/rxpiece.cpp
(Generate patch)

Comparing ray/src/rt/rxpiece.cpp (file contents):
Revision 2.8 by greg, Fri Dec 13 22:17:33 2024 UTC vs.
Revision 2.9 by greg, Thu Jan 2 20:19:48 2025 UTC

# 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 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines