# HG changeset patch # User robcast # Date 1079117526 -3600 # Node ID f879852aaeaf33ab2125ffb20c9c7210c037eb0f # Parent bf70de102b6320f79e60f047cbb334bf257a02d0 Servlet version 1.18b9 -- cleanup and bugfixes - fixed bug with slow color JPEGs - better pathname handling - better filehandle cleanup (hopefully) diff -r bf70de102b63 -r f879852aaeaf 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; + } + }