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.10 by greg, Thu Jan 9 17:25:37 2025 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines