From 3fd346ed069ba4109c247ca77c724995ddf51a90 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Tue, 9 Sep 2008 16:00:40 +0000 Subject: [PATCH] close input stream in recognizePDF --- chrome/content/zotero/recognizePDF.js | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/content/zotero/recognizePDF.js b/chrome/content/zotero/recognizePDF.js index 34de850fb..40af53eaf 100644 --- 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(); }