Skip to content

Commit

Permalink
Dispose the image after transfer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender committed Dec 9, 2024
1 parent 7de4ca2 commit ddd4c07
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 ddd4c07

Please sign in to comment.