Skip to content
  • Kai Liu's avatar
    Fix a valgrind warning · 7e91b86f
    Kai Liu authored
    Summary:
    A latest valgrind test found a recently added unit test has memory leak,
    which is because DB is not closed at the end of the test.
    
    Test Plan: re-run the valgrind locally and make sure there's no memory leakage any more.
    
    Reviewers: emayanke
    
    CC: leveldb
    
    Differential Revision: https://reviews.facebook.net/D13725
    7e91b86f