-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 6
-
Component/s: client-libs
-
b07
-
generic
-
generic
-
Not verified
sun.swing.text.TextComponentPrintable creates new Graphics2D out from the provided Graphics on every print call. It is supposed to call 'dispose' on this Graphics2D but it does not. Note : it is not a memory leak for the graphics will be disposed on garbage collection.
However it is a preferred practice to call dispose as soon as graphics is not needed.
However it is a preferred practice to call dispose as soon as graphics is not needed.