Revision 175d5d6a9e7c6138e678429618759504f7f7e6e4 authored by Maysam Yabandeh on 14 November 2017, 16:42:14 UTC, committed by Facebook Github Bot on 14 November 2017, 16:56:50 UTC
Summary:
When testing rebuilding_trx_ in MemTableInserter might still be set before the tests finishes which would cause ASAN alarms for leaks. This patch deletes the pointers in MemTableInserter destructor.
Closes https://github.com/facebook/rocksdb/pull/3162

Differential Revision: D6317113

Pulled By: maysamyabandeh

fbshipit-source-id: a68be70709a4fff7ac2b768660119311968f9c21
1 parent 9871ea4
Raw File
issue_template.md
> Note: Please use Issues only for bug reports. For questions, discussions, feature requests, etc. post to dev group: https://www.facebook.com/groups/rocksdb.dev

### Expected behavior

### Actual behavior

### Steps to reproduce the behavior
back to top