aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorAndreas L. Delmelle <adelmelle@apache.org>2008-12-08 18:54:16 +0000
committerAndreas L. Delmelle <adelmelle@apache.org>2008-12-08 18:54:16 +0000
commitf9d4720b99f5e0fb423b097d7207dfab446d911c (patch)
tree731a001eced7bde7f48909a04fa4c0163ff611af /status.xml
parent607aeaa986fbf0ecbc55684dad0b3286613f56dd (diff)
downloadxmlgraphics-fop-f9d4720b99f5e0fb423b097d7207dfab446d911c.tar.gz
xmlgraphics-fop-f9d4720b99f5e0fb423b097d7207dfab446d911c.zip
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
Diffstat (limited to 'status.xml')
-rw-r--r--status.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/status.xml b/status.xml
index b2e37dd33..c7d030e80 100644
--- a/status.xml
+++ b/status.xml
@@ -53,6 +53,11 @@
<changes>
<release version="FOP Trunk" date="TBD">
+ <action context="Code" dev="AD" type="fix" fixes-bug="46319">
+ 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.
+ </action>
<action context="Renderers" dev="JM" type="fix" fixed-bug="46360">
Fixed a multi-threading issue when rendering SVG.
</action>