Revision: 16681
http://sourceforge.net/p/gate/code/16681
Author: markagreenwood
Date: 2013-05-13 17:47:24 +0000 (Mon, 13 May 2013)
Log Message:
-----------
added a call to super.cleanup() to fix a memory leak related to datastore
listeners
Modified Paths:
--------------
gate/trunk/plugins/Alignment/src/gate/compound/impl/AbstractCompoundDocument.java
Modified:
gate/trunk/plugins/Alignment/src/gate/compound/impl/AbstractCompoundDocument.java
===================================================================
---
gate/trunk/plugins/Alignment/src/gate/compound/impl/AbstractCompoundDocument.java
2013-05-11 08:50:59 UTC (rev 16680)
+++
gate/trunk/plugins/Alignment/src/gate/compound/impl/AbstractCompoundDocument.java
2013-05-13 17:47:24 UTC (rev 16681)
@@ -105,6 +105,7 @@
/** Clear all the data members of the object. */
public void cleanup() {
+ super.cleanup();
setCurrentDocument(null);
Iterator<Document> iter = documents.values().iterator();
while(iter.hasNext()) {
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs