Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Cannot Reproduce
-
2.0
-
None
Description
I provide a simple test case that should demonstrate this leak, it requires the fix for issue 749 (https://issues.apache.org/jira/browse/PIVOT-749). By profiling this test, you can see that resources allocated for AffineTransforms, Rectangle and Bounds are not being released by the vm. Perhaps this is not related to ScaleDecorators directly, but using them makes this bug appear.
The test case is attached.