Fixed bug that occurred with sub-buckets around level 4

This commit is contained in:
2017-05-18 08:17:58 -05:00
parent 9946fceba7
commit ca8240e06d
2 changed files with 22 additions and 11 deletions

View File

@@ -52,6 +52,7 @@ func main() {
// First things first, load the database into memory
memBolt.refreshDatabase()
// Kick off the UI loop
mainLoop(memBolt, style)
defer db.Close()
}