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
Fix SWT Resources disposal runtime warnings in installer
Method createBodyContent calls clearDisposable which empties the
disposables collections without actually disposing them leading to
dangling references.
Make the method actually dispose all disposables before clearing ensures
that all resources are actually freed.
Copy file name to clipboardExpand all lines: openchrom/plugins/net.openchrom.installer.ui/src/net/openchrom/installer/ui/wizards/PluginDiscoveryWizardMainPage.java
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -286,17 +286,16 @@ public void pluginDescriptorKindVisibilityUpdated() {
0 commit comments