From f9d4720b99f5e0fb423b097d7207dfab446d911c Mon Sep 17 00:00:00 2001 From: "Andreas L. Delmelle" Date: Mon, 8 Dec 2008 18:54:16 +0000 Subject: Bugzilla 46319: Fixed a memory-leak in Marker.MarkerAttribute, where an instance was used as both key and value in a WeakHashMap, effectively neutralizing the benefit of using WeakReferences. Solved by extending PropertyCache to work for MarkerAttributes as well. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@724444 13f79535-47bb-0310-9956-ffa450edef68 --- status.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'status.xml') diff --git a/status.xml b/status.xml index b2e37dd33..c7d030e80 100644 --- a/status.xml +++ b/status.xml @@ -53,6 +53,11 @@ + + Fixed a memory-leak in Marker.MarkerAttribute, where an instance was used both as key and value in + a WeakHashMap, effectively neutralizing the benefit of using WeakReferences. Solved by extending + PropertyCache to work for MarkerAttributes as well. + Fixed a multi-threading issue when rendering SVG. -- cgit v1.2.3