Closed captinc closed 2 years ago
In order to avoid a memory leak that only happens under ARC, xpc_pipe_routine needs a __strong qualifier on the reply argument. Don't ask how I know this, the answer is pain.
xpc_pipe_routine
__strong
reply
Fix the merge conflicts.
Done, thanks!
In order to avoid a memory leak that only happens under ARC,
xpc_pipe_routine
needs a__strong
qualifier on thereply
argument. Don't ask how I know this, the answer is pain.