close input stream in recognizePDF

This commit is contained in:
Simon Kornblith 2008-09-09 16:00:40 +00:00
parent ecfc44ee57
commit 3fd346ed06

View file

@ -308,6 +308,7 @@ Zotero_RecognizePDF.Recognizer.prototype.recognize = function(file, callback, ca
this._startLine = this._iteration = 0;
inputStream.close();
cacheFile.remove(false);
this._queryGoogle();
}