185186187188189190191192193194195
} finally { if (le != null) le.free(); if (it != null) { try { it.destroy(); } catch (IOException e) { /* ignored */ } } } } }
677678679680681682683684685686687
} } } it.destroy(); if (nextLSN != null) { return nextLSN; } else { return new LSN(1, 1);