Closed dbutenhof closed 9 months ago
PBENCH-1317
We found a case where a cache lock could "leak" when an error occurs reading a file in the visualize and compare APIs. The file read has now been repackaged with a finally to be sure the stream is closed and unlocked on error.
finally
PBENCH-1317
We found a case where a cache lock could "leak" when an error occurs reading a file in the visualize and compare APIs. The file read has now been repackaged with a
finally
to be sure the stream is closed and unlocked on error.