Mercurial > hg > digilib
changeset 202:f879852aaeaf
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 | bf70de102b63 |
children | f88dd370e57b |
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; + } + }