Check creation and proper disposal of SWT Graphics objects
----------------------------------------------------------
Key: DIRSTUDIO-290
URL: https://issues.apache.org/jira/browse/DIRSTUDIO-290
Project: Directory Studio
Issue Type: Task
Affects Versions: 1.1.0
Reporter: Stefan Seelmann
Fix For: 1.1.0
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.