Skip to content

Commit e04d1dd

Browse files
committed
Observed NCDFE on StreamUtils
1 parent 2a9b6e1 commit e04d1dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/cloudbees/jenkins/support/SupportLogHandler.java

+1
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ private void setFile(File file) throws FileNotFoundException {
236236
parentFile.mkdirs();
237237
}
238238

239+
StreamUtils.closeQuietly(null); // ensure class is loaded so close() can succeed
239240
boolean success = false;
240241
FileOutputStream fos = null;
241242
BufferedOutputStream bos = null;

0 commit comments

Comments
 (0)