peter-lawrey / Java-Chronicle

Java Indexed Record Chronicle
1.22k stars 193 forks source link

Bug when closing reopened chronicle #11

Closed craigday closed 12 years ago

craigday commented 12 years ago

Hi Peter,

We ran into a NPE when closing a chronicle we had reopened. The process of reopening the chronicle potentially creates null index/data buffers, which needs to be catered for when closing the chronicle. Fix and test case attached.

Cheers Craig