summaryrefslogtreecommitdiff
path: root/scripting/workben/installer/FileUpdater.java
diff options
context:
space:
mode:
Diffstat (limited to 'scripting/workben/installer/FileUpdater.java')
-rw-r--r--scripting/workben/installer/FileUpdater.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripting/workben/installer/FileUpdater.java b/scripting/workben/installer/FileUpdater.java
index 786b8f44bda8..21c3d34dd367 100644
--- a/scripting/workben/installer/FileUpdater.java
+++ b/scripting/workben/installer/FileUpdater.java
@@ -42,6 +42,7 @@ public class FileUpdater {
s.trim();
xmlArray[count] = s;
}
+ reader.close();
}
catch( IOException ioe ) {
String message = "\nError reading ProtocolHandler.xcu, please view SFrameworkInstall.log.";
@@ -112,6 +113,7 @@ public class FileUpdater {
s.trim();
xmlArray[count] = s;
}
+ reader.close();
}
catch( IOException ioe ) {
String message = "Error reading script.xlc, please view SFrameworkInstall.log.";
@@ -184,6 +186,7 @@ public class FileUpdater {
s.trim();
xmlArray[count] = s;
}
+ reader.close();
}
catch( IOException ioe ) {