diff options
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 5 |
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> |