Mercurial > hg > digilib-old
changeset 206:ffbe705d1c3f
Servlet version 1.18b9 -- cleanup and bugfixes
- fixed bug with slow color JPEGs
- better pathname handling
- better filehandle cleanup (hopefully)
author | robcast |
---|---|
date | Fri, 12 Mar 2004 19:52:06 +0100 |
parents | 6221d688eab6 |
children | 1a65d8e43620 |
files | servlet/src/digilib/image/JIMIDocuImage.java |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/servlet/src/digilib/image/JIMIDocuImage.java Fri Mar 12 19:52:06 2004 +0100 +++ b/servlet/src/digilib/image/JIMIDocuImage.java Fri Mar 12 19:52:06 2004 +0100 @@ -126,4 +126,12 @@ imgHeight = height; } + /* (non-Javadoc) + * @see digilib.image.DocuImage#dispose() + */ + public void dispose() { + img = null; + imgp = null; + } + }