vendor: Update github.com/syndtr/goleveldb

This commit is contained in:
Jakob Borg
2017-03-07 11:57:45 +01:00
parent 4e3fdfaeef
commit 151004d645
5 changed files with 19 additions and 4 deletions

View File

@@ -289,7 +289,7 @@ func (db *DB) memCompaction() {
close(resumeC)
resumeC = nil
case <-db.closeC:
return
db.compactionExitTransact()
}
var (
@@ -338,7 +338,7 @@ func (db *DB) memCompaction() {
case <-resumeC:
close(resumeC)
case <-db.closeC:
return
db.compactionExitTransact()
}
}