• Show log

    Commit

  • Hash : d1a7d0e1
    Author : Bryan Woods
    Date : 2015-09-11T16:35:14

    Removing memory leak in mempack's free
    
    It calls git_mempack_reset which reallocates the object array. git_oidmap_free is now called on it explicitly.