diff --git a/leveldbstore/store.go b/leveldbstore/store.go index 2c27fc8..fccb2a0 100644 --- a/leveldbstore/store.go +++ b/leveldbstore/store.go @@ -37,5 +37,5 @@ func (s *LeveldbStore) Delete(fingerprint string) { } func (s *LeveldbStore) Close() { - s.Close() + s.db.Close() }