diff options
author | Chris Bowditch <cbowditch@apache.org> | 2007-11-20 16:49:13 +0000 |
---|---|---|
committer | Chris Bowditch <cbowditch@apache.org> | 2007-11-20 16:49:13 +0000 |
commit | a40082ca8dd2cc25281ecad06b233ed400c3996f (patch) | |
tree | 3740cc2e82ca872eb85d0fcc5bb980d3145ccdab /status.xml | |
parent | 22cdf131f207ff063f84622d9f8054b68b9c5f6b (diff) | |
download | xmlgraphics-fop-a40082ca8dd2cc25281ecad06b233ed400c3996f.tar.gz xmlgraphics-fop-a40082ca8dd2cc25281ecad06b233ed400c3996f.zip |
bug fix: memory leak in PropertyCache. Fix provided by Jeremias. There are still some thread synchronization issues to be addressed in the PropertyCache. See the following thread for details: http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-dev/200711.mbox/%3cBAY117-DAV109E36CC066889386AB917FB870@phx.gbl%3e
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@596739 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/status.xml b/status.xml index 907487123..55e3f52fa 100644 --- a/status.xml +++ b/status.xml @@ -28,6 +28,10 @@ <changes> <release version="FOP Trunk"> + <action context="Code" dev="JM" type="fix"> + Memory Leak fixed in the Property Cache. Fixed by Jeremias Maerki. Reported and Tested By + Chris Bowditch. + </action> <action context="Code" dev="VH" type="fix"> Bugfix in tables: wrong element generation by the merging algorithm when glues must be produced to cope with conditional spaces. The corresponding length was added twice: one in |