Schema Editor keep leaking GDI Handles
--------------------------------------
Key: DIRSTUDIO-163
URL: https://issues.apache.org/jira/browse/DIRSTUDIO-163
Project: Directory Studio
Issue Type: Bug
Components: studio-schemas
Affects Versions: 0.8.1
Environment: Windows XP, Java 6
Reporter: Daniel Cheng
1. Open Schema Editor
2. Create a new Object Class
3. Open a windows resource monitor (try procexp, if you don't have any)
4. Press "Add.." under attributes
5. Check the resource monitor, java.exe keep allocating GDI Handles
6. Close the dialog box
==> the handles are not freed
expected behavior
==> the handles are freed
SWT (eclipse rcp) does not use finalizers, list box item is heavy weighted..
one should always free those handles explicitly after use... lazy list should
be used for large list box
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.