• Show log

    Commit

  • Hash : b6276ae0
    Author : Patrick Steinhardt
    Date : 2018-03-29T09:15:48

    odb: mempack: fix leaking objects when freeing mempacks
    
    When a ODB mempack gets free'd, we take no measures at all to free its
    contents, most notably the objects added to the database, resulting in a
    memory leak. Call `git_mempack_reset` previous to freeing the ODB
    structures themselves, which takes care of releasing all associated
    data structures.