close input stream in recognizePDF

This commit is contained in:
Simon Kornblith 2008-09-09 16:00:40 +00:00
parent b4654aa19e
commit 0a52b27b1b

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();
}