258259260261262263264265266267268
result = pl != null; if (result) { getPageFile().tx().execute(new Transaction.Closure<IOException>() { public void execute(Transaction tx) throws IOException { metaData.lists.remove(tx, name); pl.destroy(); } }); } } }