aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table.go
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2016-10-20 20:56:34 +0800
committerFelix Lange <fjl@twurst.com>2016-10-20 20:56:34 +0800
commitb930baa58078862d082745330038e60d0767026c (patch)
tree4584574278774fb438948dfe782e6845fab5a791 /Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table.go
parent66ee2dec53f9e18b4def0b0005e291fdd810f327 (diff)
downloadgo-tangerine-b930baa58078862d082745330038e60d0767026c.tar
go-tangerine-b930baa58078862d082745330038e60d0767026c.tar.gz
go-tangerine-b930baa58078862d082745330038e60d0767026c.tar.bz2
go-tangerine-b930baa58078862d082745330038e60d0767026c.tar.lz
go-tangerine-b930baa58078862d082745330038e60d0767026c.tar.xz
go-tangerine-b930baa58078862d082745330038e60d0767026c.tar.zst
go-tangerine-b930baa58078862d082745330038e60d0767026c.zip
Godeps: update github.com/syndtr/goleveldb to 6b4daa5362
Diffstat (limited to 'Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table.go')
-rw-r--r--Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table.go
index 310ba6c22..81d18a531 100644
--- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table.go
+++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table.go
@@ -434,7 +434,7 @@ func (t *tOps) close() {
t.bpool.Close()
t.cache.Close()
if t.bcache != nil {
- t.bcache.Close()
+ t.bcache.CloseWeak()
}
}