Fix resource leak
git-svn-id: http://google-refine.googlecode.com/svn/trunk@2522 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
cdaf60c20b
commit
c406876b51
@ -179,6 +179,7 @@ abstract public class GDataExtension {
|
||||
}
|
||||
}
|
||||
}
|
||||
scanner.close();
|
||||
if (row != null) {
|
||||
rows.add(row);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user