commit 3fd346ed069ba4109c247ca77c724995ddf51a90 parent ecfc44ee57398211736c671a3a1fccb9f5865b9b Author: Simon Kornblith <simon@simonster.com> Date: Tue, 9 Sep 2008 16:00:40 +0000 close input stream in recognizePDF Diffstat:
| M | chrome/content/zotero/recognizePDF.js | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/chrome/content/zotero/recognizePDF.js b/chrome/content/zotero/recognizePDF.js @@ -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(); }