forked from rust-rocksdb/rust-rocksdb
-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Memory Leaks in tests: LeakSanitizer: 13486 byte(s) leaked in 38 allocation(s). #77
Comments
@andelf |
|
This is a memory leak in LRUCache. fixed by #78. |
siddontang
pushed a commit
that referenced
this issue
Jun 28, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
refer #76
Leak Positions:
crocksdb_get_pinned librocksdb_sys/crocksdb/c.cc:2881
💣crocksdb_cache_create_lru librocksdb_sys/crocksdb/c.cc:2487
test::test_rocksdb_options::test_get_block_cache_usage
leaks 4kThe text was updated successfully, but these errors were encountered: