mirror of https://github.com/apache/activemq.git
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:
parent
c65c25ddb6
commit
4531001b23
|
@ -747,6 +747,7 @@ class LevelDBClient(store: LevelDBStore) {
|
||||||
log.close
|
log.close
|
||||||
}
|
}
|
||||||
copyDirtyIndexToSnapshot
|
copyDirtyIndexToSnapshot
|
||||||
|
plist.close
|
||||||
log = null
|
log = null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue