mirror of https://github.com/apache/lucene.git
Make sure data source is set to null after closing it to avoid re-use
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@731513 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4708509a30
commit
cfff37dff1
|
@ -145,7 +145,7 @@ public class DataConfig {
|
|||
processor = null;
|
||||
if (dataSrc != null)
|
||||
dataSrc.close();
|
||||
|
||||
dataSrc = null;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue