We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d46f6 commit 43c7e4bCopy full SHA for 43c7e4b
src/watcher/async.zig
@@ -169,7 +169,7 @@ fn AsyncMachPort(comptime xev: type) type {
169
.SUCCESS => {}, // Success
170
else => return error.MachPortAllocFailed,
171
}
172
- errdefer _ = posix.system.mach_port_destroy(mach_self, mach_port);
+ errdefer _ = mach_port_destroy(mach_self, mach_port);
173
174
// Insert a send right into the port since we also use this to send
175
switch (posix.system.getKernError(posix.system.mach_port_insert_right(
0 commit comments