Revision 19966 trunk/libraries/libDataSourceBaseDrivers/src/org/gvsig/data/datastores/vectorial/file/dbf/DBFFeatureCollectionWithFeatureID.java

View differences:

DBFFeatureCollectionWithFeatureID.java
153 153

  
154 154
	}
155 155

  
156
	public void dispose() {
157
		observable.deleteObservers();
158
		this.observable = null;
159
		this.featureIDs.clear();
160
		this.featureIDs= null;
161
		this.featureType = null;
162

  
163
	}
164

  
156 165
}

Also available in: Unified diff