Skip to content
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

WinRegistryKey autoRelease troubles #5

Open
pavel-krivanek opened this issue Aug 7, 2023 · 0 comments
Open

WinRegistryKey autoRelease troubles #5

pavel-krivanek opened this issue Aug 7, 2023 · 0 comments

Comments

@pavel-krivanek
Copy link

The WinHandle registers itself in WinHandle>>#initialize as autoRelease. However, the method WinRegistryKey>>#queryValue:fromSubkey: (WinRegistryKey is a subclass of WinHandle) does the handle release explicitly too. It had very strange side effects for us, like closed handles of files used by Pharo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant