# HG changeset patch # User robcast # Date 1079117526 -3600 # Node ID ffbe705d1c3fe8ac28e5d5c7ad7d6bd28f5f7903 # Parent 6221d688eab653714364b12f12da5eaa5580b2c4 Servlet version 1.18b9 -- cleanup and bugfixes - fixed bug with slow color JPEGs - better pathname handling - better filehandle cleanup (hopefully) diff -r 6221d688eab6 -r ffbe705d1c3f servlet/src/digilib/image/JIMIDocuImage.java --- 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; + } + }