Richard Braun, on Fri 02 Dec 2016 10:28:48 +0100, wrote: > > as well as in the error case of __io_select_request, and then just check > > against MACH_PORT_NULL before destroy. > > So the condition would look like > > if (d[i].type && (d[i].reply_port != MACH_PORT_NULL))
Or simply (d[i].reply_port != MACH_PORT_NULL)) Samuel