• Show log

    Commit

  • Hash : 5fc7d59c
    Author : Etienne Samson
    Date : 2018-09-11T15:53:35

    index: release the snapshot instead of freeing the index
    
    Previously we would assert in index_free because the reader incrementation
    would not be balanced. Release the snapshot normally, so the variable gets
    decremented before the index is freed.
    
    (cherry picked from commit c70713d6e4af563696563e410864eb4a6507757d)