close storage stream in Fx 4 (the base stream should already be closed)
This commit is contained in:
parent
cc99a39630
commit
9d78bd7024
1 changed files with 1 additions and 0 deletions
|
@ -226,6 +226,7 @@ Zotero.Integration = new function() {
|
|||
Components.interfaces.nsIConverterInputStream.DEFAULT_REPLACEMENT_CHARACTER);
|
||||
var out = {};
|
||||
converterInputStream.readString(count, out);
|
||||
inputStream.close();
|
||||
|
||||
_parseIntegrationPipeCommand(out.value);
|
||||
}};
|
||||
|
|
Loading…
Reference in a new issue