-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IpcOneShotServer leaks mach ports #262
Comments
From what I can tell the answer to this question is yes: ipc-channel/src/platform/macos/mod.rs Lines 262 to 264 in 82cbc21
If I don't call that function I cannot observe a leak. |
mrobinson
added a commit
that referenced
this issue
Sep 5, 2023
The code allocates a mach port and it needs to deallocate it when the server is dropped. Fixes #262.
mrobinson
added a commit
that referenced
this issue
Sep 5, 2023
The code allocates a mach port and it needs to deallocate it when the server is dropped. Fixes #262.
github-merge-queue bot
pushed a commit
that referenced
this issue
Sep 5, 2023
The code allocates a mach port and it needs to deallocate it when the server is dropped. Fixes #262.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a minimal example of a system resource leak:
The text was updated successfully, but these errors were encountered: