Skip to content

Commit

Permalink
Merge pull request #1996 from Mailaender/dispose-snapshot
Browse files Browse the repository at this point in the history
Fixed create snapshot image not being disposed
  • Loading branch information
eselmeister authored Dec 9, 2024
2 parents 7de4ca2 + ddd4c07 commit a4820ef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ private void copyCompositeToClipboard(Composite composite) {
clipboard.dispose();
openMessageBox("The selected view/editor has been copied to clipboard.");
}
image.dispose();
}
}

Expand Down

0 comments on commit a4820ef

Please sign in to comment.