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
On Windows, SWT resources supporting multiple zoom levels are registered
via Device.registerResourceWithZoomSupport(), which retains strong
references to these resources. This prevents garbage collection and
breaks leak detection using Cleaner. Switching to use WeakReference to
allow proper GC behavior and enable the resource tracker to report
non-disposed resources correctly.
Fixes: #2335
0 commit comments