You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The
WinHandle
registers itself inWinHandle>>#initialize
asautoRelease
. However, the methodWinRegistryKey>>#queryValue:fromSubkey:
(WinRegistryKey
is a subclass ofWinHandle
) does the handle release explicitly too. It had very strange side effects for us, like closed handles of files used by Pharo.The text was updated successfully, but these errors were encountered: