Skip to content

Commit

Permalink
CAMELCADE-13505 component may not be created
Browse files Browse the repository at this point in the history
#CAMELCADE-13505 Fixed
  • Loading branch information
hurricup committed Oct 6, 2023
1 parent 2330034 commit e3f415d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ protected void applyEditorTo(@NotNull Configuration perlRunConfiguration) throws
@Override
protected void disposeEditor() {
super.disposeEditor();
myArgumentsPanel.disposeUIResources();
if( myArgumentsPanel != null){
myArgumentsPanel.disposeUIResources();
}
}
}

0 comments on commit e3f415d

Please sign in to comment.