Fix resource leak

git-svn-id: http://google-refine.googlecode.com/svn/trunk@2522 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
Tom Morris 2012-08-04 00:26:33 +00:00
parent cdaf60c20b
commit c406876b51

View File

@ -179,6 +179,7 @@ abstract public class GDataExtension {
}
}
}
scanner.close();
if (row != null) {
rows.add(row);
}