[jsword-devel] Installer.close()
DM Smith
dmsmith at crosswire.org
Thu Mar 28 10:39:22 MST 2013
It's fine to add this.
On Mar 28, 2013, at 9:20 AM, Martin Denham <mjdenham at gmail.com> wrote:
> A long time ago while battling memory problems after Module downloads I added a virtual Installer.close() and implemented it in AbstractSwordInstaller as follows
>
> // allow list to be cleared to clear a large block of memory
> @Override
> public void close() {
> entries.clear();
> loaded = false;
> }
>
> Do you think this would be useful if added to JSword?
>
> Martin
> _______________________________________________
> jsword-devel mailing list
> jsword-devel at crosswire.org
> http://www.crosswire.org/mailman/listinfo/jsword-devel
More information about the jsword-devel
mailing list