Make sure we close the plist db.

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1418748 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2012-12-08 20:11:28 +00:00
parent c65c25ddb6
commit 4531001b23
1 changed files with 1 additions and 0 deletions

View File

@ -747,6 +747,7 @@ class LevelDBClient(store: LevelDBStore) {
log.close
}
copyDirtyIndexToSnapshot
plist.close
log = null
}
}