fix for NP_GUARANTEED_DEREF_ON_EXCEPTION_PATH. Issue #778
This commit is contained in:
parent
8f047f2ebd
commit
547fb51b1d
|
|
@ -120,7 +120,9 @@ final class PropertyCacheFile
|
|||
.debug("Unable to save cache file.", e);
|
||||
}
|
||||
finally {
|
||||
this.flushAndCloseOutStream(out);
|
||||
if (out != null) {
|
||||
this.flushAndCloseOutStream(out);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue