6768697071727374757677
} if (options != null) { options.dispose(); } if (iterator != null) { iterator.dispose(); } } } @Test
919293949596979899100101
RocksIterator iter3 = db.newIterator(); db.close(); db = null; System.gc(); System.runFinalization(); iter3.dispose(); System.gc(); System.runFinalization(); } finally { if (db != null) { db.close();