ProcursusTeam / uikittools-ng

Next-gen uikittools for iOS 11+ (though probably will work on 9+)
Other
29 stars 14 forks source link

Again fix the definition of xpc_pipe_routine #54

Closed captinc closed 2 years ago

captinc commented 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.

CRKatri commented 2 years ago

Fix the merge conflicts.

captinc commented 2 years ago

Fix the merge conflicts.

Done, thanks!