Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1.0
-
None
-
None
Description
Issue DIRSTUDIO-288 pointed me to the following problem: When creating SWT Graphics objects like images, fonts and colors it is necessary to dispose them, they are not cleaned up by the garbage collector. We have to go through the code and check for proper handling of these objects. Another possibility is to use an ImageRegistry for images.